& so it begins
This commit is contained in:
8
packages/logic/core/error.ts
Normal file
8
packages/logic/core/error.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type Err = {
|
||||
code: string;
|
||||
message: string;
|
||||
description: string;
|
||||
detail: string;
|
||||
actionable?: boolean;
|
||||
error?: any;
|
||||
};
|
||||
Reference in New Issue
Block a user