UNPKG

@smash-sdk/domain

Version:
35 lines 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GatewayTimeoutError = exports.BadGatewayError = exports.InternalServerError = exports.DomainAlreadyExistError = exports.InvalidSubscriptionError = exports.UnauthorizedError = exports.InvalidParameterError = void 0; const core_1 = require("@smash-sdk/core"); class InvalidParameterError extends core_1.SDKError { } exports.InvalidParameterError = InvalidParameterError; class UnauthorizedError extends core_1.SDKError { } exports.UnauthorizedError = UnauthorizedError; class InvalidSubscriptionError extends core_1.SDKError { } exports.InvalidSubscriptionError = InvalidSubscriptionError; class DomainAlreadyExistError extends core_1.SDKError { } exports.DomainAlreadyExistError = DomainAlreadyExistError; 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, UnauthorizedError, InvalidSubscriptionError, DomainAlreadyExistError, InternalServerError, BadGatewayError, GatewayTimeoutError, }; //# sourceMappingURL=CreateDomainError.js.map