UNPKG

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