@smash-sdk/iam
Version:
29 lines (28 loc) • 1.06 kB
TypeScript
import { SDKError } from "@smash-sdk/core";
export declare class InvalidParameterError extends SDKError {
}
export declare class UnauthorizedError extends SDKError {
}
export declare class ForbiddenToUpdateProvisionedUserError extends SDKError {
}
export declare class InvalidSubscriptionError 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;
UnauthorizedError: typeof UnauthorizedError;
ForbiddenToUpdateProvisionedUserError: typeof ForbiddenToUpdateProvisionedUserError;
InvalidSubscriptionError: typeof InvalidSubscriptionError;
NotFoundError: typeof NotFoundError;
InternalServerError: typeof InternalServerError;
BadGatewayError: typeof BadGatewayError;
GatewayTimeoutError: typeof GatewayTimeoutError;
};
export default _default;