@smash-sdk/iam
Version:
20 lines (19 loc) • 637 B
TypeScript
import { SDKError } from "@smash-sdk/core";
export declare class UnauthorizedError 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: {
UnauthorizedError: typeof UnauthorizedError;
NotFoundError: typeof NotFoundError;
InternalServerError: typeof InternalServerError;
BadGatewayError: typeof BadGatewayError;
GatewayTimeoutError: typeof GatewayTimeoutError;
};
export default _default;