1 | export declare const E_INVALID_DATE_COLUMN_VALUE: new (args: [string, string | null], options?: ErrorOptions) => import("@poppinss/utils").Exception;
|
2 | export declare const E_UNMANAGED_DB_CONNECTION: new (args: [string], options?: ErrorOptions) => import("@poppinss/utils").Exception;
|
3 | export declare const E_MISSING_MODEL_ATTRIBUTE: new (args: [string, string, string], options?: ErrorOptions) => import("@poppinss/utils").Exception;
|
4 | export declare const E_INCOMPLETE_REPLICAS_CONFIG: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
|
5 | export declare const E_INVALID_REPLICAS_CONFIG: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
|
6 | export declare const E_MODEL_DELETED: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
|
7 | export declare const E_ROW_NOT_FOUND: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
|
8 | export declare const E_UNABLE_ACQUIRE_LOCK: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
|
9 | export declare const E_UNABLE_RELEASE_LOCK: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
|
10 | export declare const E_MISSING_SCHEMA_FILES: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
|
11 | export declare const E_UNDEFINED_RELATIONSHIP: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
|
12 | export declare const E_RUNTIME_EXCEPTION: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
|
13 |
|
14 |
|
15 |
|
16 | export declare const E_UNSUPPORTED_CLIENT: new (args: [string], options?: ErrorOptions) => import("@poppinss/utils").Exception;
|