export declare class OpenFailedError extends Error { static name: string; name: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ static code: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ code: string; constructor(message?: string); } export declare class CloseFailedError extends Error { static name: string; name: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ static code: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ code: string; constructor(message?: string); } export declare class PutFailedError extends Error { static name: string; name: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ static code: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ code: string; constructor(message?: string); } export declare class GetFailedError extends Error { static name: string; name: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ static code: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ code: string; constructor(message?: string); } export declare class DeleteFailedError extends Error { static name: string; name: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ static code: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ code: string; constructor(message?: string); } export declare class HasFailedError extends Error { static name: string; name: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ static code: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ code: string; constructor(message?: string); } export declare class NotFoundError extends Error { static name: string; name: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ static code: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ code: string; constructor(message?: string); } /** * @deprecated import from 'abort-error' module instead - this will be removed in a future release */ export declare class AbortError extends Error { static name: string; name: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ static code: string; /** * @deprecated use `.name` instead - this will be removed in a future release */ code: string; constructor(message?: string); } //# sourceMappingURL=errors.d.ts.map