UNPKG

@medusajs/utils

Version:

Medusa utilities functions shared by Medusa core and Modules

9 lines 322 B
export declare const DatabaseErrorCode: { databaseDoesNotExist: string; connectionFailure: string; wrongCredentials: string; notFound: string; migrationMissing: string; }; export declare function handlePostgresDatabaseError(err: any): never; //# sourceMappingURL=handle-postgres-database-error.d.ts.map