UNPKG

@smash-sdk/iam

Version:
26 lines (25 loc) 885 B
import { SDKError } from "@smash-sdk/core"; export declare class InvalidParameterError extends SDKError { } export declare class UserNotAllowedToSignOnError extends SDKError { } export declare class NotFoundError extends SDKError { } export declare class ConflictError 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; UserNotAllowedToSignOnError: typeof UserNotAllowedToSignOnError; NotFoundError: typeof NotFoundError; ConflictError: typeof ConflictError; InternalServerError: typeof InternalServerError; BadGatewayError: typeof BadGatewayError; GatewayTimeoutError: typeof GatewayTimeoutError; }; export default _default;