UNPKG

@smash-sdk/discovery

Version:
31 lines 1.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.errors = void 0; const core_1 = require("@smash-sdk/core"); const ListPublicServicesError_1 = require("./types/ListPublicServices/ListPublicServicesError"); const ListPublicServicesError_2 = require("./types/ListPublicServices/ListPublicServicesError"); const ListPublicServicesError_3 = require("./types/ListPublicServices/ListPublicServicesError"); const ListPublicServicesError_4 = require("./types/ListPublicServices/ListPublicServicesError"); exports.errors = { ListPublicServices: { InternalServerError: ListPublicServicesError_2.InternalServerError, BadGatewayError: ListPublicServicesError_3.BadGatewayError, GatewayTimeoutError: ListPublicServicesError_4.GatewayTimeoutError, GenericError: ListPublicServicesError_1.GenericError, UnknownError: core_1.UnknownError, NetworkError: core_1.NetworkError, }, ListPublicServicesError: { InternalServerError: ListPublicServicesError_2.InternalServerError, BadGatewayError: ListPublicServicesError_3.BadGatewayError, GatewayTimeoutError: ListPublicServicesError_4.GatewayTimeoutError, GenericError: ListPublicServicesError_1.GenericError, UnknownError: core_1.UnknownError, NetworkError: core_1.NetworkError, }, InvalidSdkConfigurationError: core_1.InvalidSdkConfigurationError, InvalidRegionOrHostError: core_1.InvalidRegionOrHostError, InvalidRegionError: core_1.InvalidRegionError, InvalidHostError: core_1.InvalidHostError, }; //# sourceMappingURL=errors.js.map