mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
incr: improve db call error handling
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
export interface DatabaseResponse {
|
||||
error: string;
|
||||
data?: unknown;
|
||||
error?: { message: string; name: string; stack?: string };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user