@adonisjs/lucid
Version:
SQL ORM built on top of Active Record pattern
17 lines (16 loc) • 1.73 kB
TypeScript
export declare const E_INVALID_DATE_COLUMN_VALUE: new (args: [string, string | null], options?: ErrorOptions) => import("@poppinss/utils").Exception;
export declare const E_UNMANAGED_DB_CONNECTION: new (args: [string], options?: ErrorOptions) => import("@poppinss/utils").Exception;
export declare const E_MISSING_MODEL_ATTRIBUTE: new (args: [string, string, string], options?: ErrorOptions) => import("@poppinss/utils").Exception;
export declare const E_INCOMPLETE_REPLICAS_CONFIG: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
export declare const E_INVALID_REPLICAS_CONFIG: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
export declare const E_MODEL_DELETED: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
export declare const E_ROW_NOT_FOUND: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
export declare const E_UNABLE_ACQUIRE_LOCK: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
export declare const E_UNABLE_RELEASE_LOCK: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
export declare const E_MISSING_SCHEMA_FILES: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
export declare const E_UNDEFINED_RELATIONSHIP: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
export declare const E_RUNTIME_EXCEPTION: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;
/**
* The client is not supported by Lucid
*/
export declare const E_UNSUPPORTED_CLIENT: new (args: [string], options?: ErrorOptions) => import("@poppinss/utils").Exception;