UNPKG

@smash-sdk/iam

Version:
39 lines 1.51 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GatewayTimeoutError = exports.BadGatewayError = exports.InternalServerError = exports.NotFoundError = exports.ExpiredInvitationError = exports.InvalidInvitationSecretError = exports.InvalidInvitationError = exports.InvalidParameterError = void 0; const core_1 = require("@smash-sdk/core"); class InvalidParameterError extends core_1.SDKError { } exports.InvalidParameterError = InvalidParameterError; class InvalidInvitationError extends core_1.SDKError { } exports.InvalidInvitationError = InvalidInvitationError; class InvalidInvitationSecretError extends core_1.SDKError { } exports.InvalidInvitationSecretError = InvalidInvitationSecretError; class ExpiredInvitationError extends core_1.SDKError { } exports.ExpiredInvitationError = ExpiredInvitationError; class NotFoundError extends core_1.SDKError { } exports.NotFoundError = NotFoundError; class InternalServerError extends core_1.SDKError { } exports.InternalServerError = InternalServerError; class BadGatewayError extends core_1.SDKError { } exports.BadGatewayError = BadGatewayError; class GatewayTimeoutError extends core_1.SDKError { } exports.GatewayTimeoutError = GatewayTimeoutError; exports.default = { InvalidParameterError, InvalidInvitationError, InvalidInvitationSecretError, ExpiredInvitationError, NotFoundError, InternalServerError, BadGatewayError, GatewayTimeoutError, }; //# sourceMappingURL=AcceptInvitationError.js.map