UNPKG

@smash-sdk/iam

Version:
17 lines (16 loc) 540 B
import { SDKError } from "@smash-sdk/core"; export declare class UnauthorizedError extends SDKError { } export declare class InternalServerError extends SDKError { } export declare class BadGatewayError extends SDKError { } export declare class GatewayTimeoutError extends SDKError { } declare const _default: { UnauthorizedError: typeof UnauthorizedError; InternalServerError: typeof InternalServerError; BadGatewayError: typeof BadGatewayError; GatewayTimeoutError: typeof GatewayTimeoutError; }; export default _default;