UNPKG

@smash-sdk/iam

Version:
26 lines (25 loc) 897 B
import { SDKError } from "@smash-sdk/core"; export declare class InvalidParameterError extends SDKError { } export declare class InvalidInvitationError extends SDKError { } export declare class ExpiredInvitationError extends SDKError { } export declare class NotFoundError extends SDKError { } export declare class InternalServerError extends SDKError { } export declare class BadGatewayError extends SDKError { } export declare class GatewayTimeoutError extends SDKError { } declare const _default: { InvalidParameterError: typeof InvalidParameterError; InvalidInvitationError: typeof InvalidInvitationError; ExpiredInvitationError: typeof ExpiredInvitationError; NotFoundError: typeof NotFoundError; InternalServerError: typeof InternalServerError; BadGatewayError: typeof BadGatewayError; GatewayTimeoutError: typeof GatewayTimeoutError; }; export default _default;