UNPKG

@smash-sdk/iam

Version:
29 lines (28 loc) 1.04 kB
import { SDKError } from "@smash-sdk/core"; export declare class InvalidParameterError extends SDKError { } export declare class InvalidInvitationError extends SDKError { } export declare class InvalidInvitationSecretError 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; InvalidInvitationSecretError: typeof InvalidInvitationSecretError; ExpiredInvitationError: typeof ExpiredInvitationError; NotFoundError: typeof NotFoundError; InternalServerError: typeof InternalServerError; BadGatewayError: typeof BadGatewayError; GatewayTimeoutError: typeof GatewayTimeoutError; }; export default _default;