File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-sns/dist-cjs/models

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

errors.js16.0 KB · 453 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.VerificationException = exports.TooManyEntriesInBatchRequestException = exports.InvalidBatchEntryIdException = exports.EmptyBatchRequestException = exports.BatchRequestTooLongException = exports.BatchEntryIdsNotDistinctException = exports.PlatformApplicationDisabledException = exports.KMSThrottlingException = exports.KMSOptInRequired = exports.KMSNotFoundException = exports.KMSInvalidStateException = exports.KMSDisabledException = exports.KMSAccessDeniedException = exports.InvalidParameterValueException = exports.EndpointDisabledException = exports.ValidationException = exports.InvalidStateException = exports.ResourceNotFoundException = exports.TopicLimitExceededException = exports.TagPolicyException = exports.TagLimitExceededException = exports.StaleTagException = exports.InvalidSecurityException = exports.ConcurrentAccessException = exports.UserErrorException = exports.OptedOutException = exports.SubscriptionLimitExceededException = exports.ReplayLimitExceededException = exports.FilterPolicyLimitExceededException = exports.ThrottledException = exports.NotFoundException = exports.InvalidParameterException = exports.InternalErrorException = exports.AuthorizationErrorException = void 0;const SNSServiceException_1 = require("./SNSServiceException");class AuthorizationErrorException extends SNSServiceException_1.SNSServiceException {    name = "AuthorizationErrorException";    $fault = "client";    constructor(opts) {        super({            name: "AuthorizationErrorException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AuthorizationErrorException.prototype);    }}exports.AuthorizationErrorException = AuthorizationErrorException;class InternalErrorException extends SNSServiceException_1.SNSServiceException {    name = "InternalErrorException";    $fault = "server";    constructor(opts) {        super({            name: "InternalErrorException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalErrorException.prototype);    }}exports.InternalErrorException = InternalErrorException;class InvalidParameterException extends SNSServiceException_1.SNSServiceException {    name = "InvalidParameterException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidParameterException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidParameterException.prototype);    }}exports.InvalidParameterException = InvalidParameterException;class NotFoundException extends SNSServiceException_1.SNSServiceException {    name = "NotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "NotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, NotFoundException.prototype);    }}exports.NotFoundException = NotFoundException;class ThrottledException extends SNSServiceException_1.SNSServiceException {    name = "ThrottledException";    $fault = "client";    constructor(opts) {        super({            name: "ThrottledException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ThrottledException.prototype);    }}exports.ThrottledException = ThrottledException;class FilterPolicyLimitExceededException extends SNSServiceException_1.SNSServiceException {    name = "FilterPolicyLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "FilterPolicyLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, FilterPolicyLimitExceededException.prototype);    }}exports.FilterPolicyLimitExceededException = FilterPolicyLimitExceededException;class ReplayLimitExceededException extends SNSServiceException_1.SNSServiceException {    name = "ReplayLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "ReplayLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ReplayLimitExceededException.prototype);    }}exports.ReplayLimitExceededException = ReplayLimitExceededException;class SubscriptionLimitExceededException extends SNSServiceException_1.SNSServiceException {    name = "SubscriptionLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "SubscriptionLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SubscriptionLimitExceededException.prototype);    }}exports.SubscriptionLimitExceededException = SubscriptionLimitExceededException;class OptedOutException extends SNSServiceException_1.SNSServiceException {    name = "OptedOutException";    $fault = "client";    constructor(opts) {        super({            name: "OptedOutException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OptedOutException.prototype);    }}exports.OptedOutException = OptedOutException;class UserErrorException extends SNSServiceException_1.SNSServiceException {    name = "UserErrorException";    $fault = "client";    constructor(opts) {        super({            name: "UserErrorException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UserErrorException.prototype);    }}exports.UserErrorException = UserErrorException;class ConcurrentAccessException extends SNSServiceException_1.SNSServiceException {    name = "ConcurrentAccessException";    $fault = "client";    constructor(opts) {        super({            name: "ConcurrentAccessException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConcurrentAccessException.prototype);    }}exports.ConcurrentAccessException = ConcurrentAccessException;class InvalidSecurityException extends SNSServiceException_1.SNSServiceException {    name = "InvalidSecurityException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidSecurityException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidSecurityException.prototype);    }}exports.InvalidSecurityException = InvalidSecurityException;class StaleTagException extends SNSServiceException_1.SNSServiceException {    name = "StaleTagException";    $fault = "client";    constructor(opts) {        super({            name: "StaleTagException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, StaleTagException.prototype);    }}exports.StaleTagException = StaleTagException;class TagLimitExceededException extends SNSServiceException_1.SNSServiceException {    name = "TagLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "TagLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TagLimitExceededException.prototype);    }}exports.TagLimitExceededException = TagLimitExceededException;class TagPolicyException extends SNSServiceException_1.SNSServiceException {    name = "TagPolicyException";    $fault = "client";    constructor(opts) {        super({            name: "TagPolicyException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TagPolicyException.prototype);    }}exports.TagPolicyException = TagPolicyException;class TopicLimitExceededException extends SNSServiceException_1.SNSServiceException {    name = "TopicLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "TopicLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TopicLimitExceededException.prototype);    }}exports.TopicLimitExceededException = TopicLimitExceededException;class ResourceNotFoundException extends SNSServiceException_1.SNSServiceException {    name = "ResourceNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);    }}exports.ResourceNotFoundException = ResourceNotFoundException;class InvalidStateException extends SNSServiceException_1.SNSServiceException {    name = "InvalidStateException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidStateException.prototype);    }}exports.InvalidStateException = InvalidStateException;class ValidationException extends SNSServiceException_1.SNSServiceException {    name = "ValidationException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ValidationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ValidationException.prototype);        this.Message = opts.Message;    }}exports.ValidationException = ValidationException;class EndpointDisabledException extends SNSServiceException_1.SNSServiceException {    name = "EndpointDisabledException";    $fault = "client";    constructor(opts) {        super({            name: "EndpointDisabledException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EndpointDisabledException.prototype);    }}exports.EndpointDisabledException = EndpointDisabledException;class InvalidParameterValueException extends SNSServiceException_1.SNSServiceException {    name = "InvalidParameterValueException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidParameterValueException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidParameterValueException.prototype);    }}exports.InvalidParameterValueException = InvalidParameterValueException;class KMSAccessDeniedException extends SNSServiceException_1.SNSServiceException {    name = "KMSAccessDeniedException";    $fault = "client";    constructor(opts) {        super({            name: "KMSAccessDeniedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KMSAccessDeniedException.prototype);    }}exports.KMSAccessDeniedException = KMSAccessDeniedException;class KMSDisabledException extends SNSServiceException_1.SNSServiceException {    name = "KMSDisabledException";    $fault = "client";    constructor(opts) {        super({            name: "KMSDisabledException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KMSDisabledException.prototype);    }}exports.KMSDisabledException = KMSDisabledException;class KMSInvalidStateException extends SNSServiceException_1.SNSServiceException {    name = "KMSInvalidStateException";    $fault = "client";    constructor(opts) {        super({            name: "KMSInvalidStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KMSInvalidStateException.prototype);    }}exports.KMSInvalidStateException = KMSInvalidStateException;class KMSNotFoundException extends SNSServiceException_1.SNSServiceException {    name = "KMSNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "KMSNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KMSNotFoundException.prototype);    }}exports.KMSNotFoundException = KMSNotFoundException;class KMSOptInRequired extends SNSServiceException_1.SNSServiceException {    name = "KMSOptInRequired";    $fault = "client";    constructor(opts) {        super({            name: "KMSOptInRequired",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KMSOptInRequired.prototype);    }}exports.KMSOptInRequired = KMSOptInRequired;class KMSThrottlingException extends SNSServiceException_1.SNSServiceException {    name = "KMSThrottlingException";    $fault = "client";    constructor(opts) {        super({            name: "KMSThrottlingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KMSThrottlingException.prototype);    }}exports.KMSThrottlingException = KMSThrottlingException;class PlatformApplicationDisabledException extends SNSServiceException_1.SNSServiceException {    name = "PlatformApplicationDisabledException";    $fault = "client";    constructor(opts) {        super({            name: "PlatformApplicationDisabledException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, PlatformApplicationDisabledException.prototype);    }}exports.PlatformApplicationDisabledException = PlatformApplicationDisabledException;class BatchEntryIdsNotDistinctException extends SNSServiceException_1.SNSServiceException {    name = "BatchEntryIdsNotDistinctException";    $fault = "client";    constructor(opts) {        super({            name: "BatchEntryIdsNotDistinctException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, BatchEntryIdsNotDistinctException.prototype);    }}exports.BatchEntryIdsNotDistinctException = BatchEntryIdsNotDistinctException;class BatchRequestTooLongException extends SNSServiceException_1.SNSServiceException {    name = "BatchRequestTooLongException";    $fault = "client";    constructor(opts) {        super({            name: "BatchRequestTooLongException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, BatchRequestTooLongException.prototype);    }}exports.BatchRequestTooLongException = BatchRequestTooLongException;class EmptyBatchRequestException extends SNSServiceException_1.SNSServiceException {    name = "EmptyBatchRequestException";    $fault = "client";    constructor(opts) {        super({            name: "EmptyBatchRequestException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EmptyBatchRequestException.prototype);    }}exports.EmptyBatchRequestException = EmptyBatchRequestException;class InvalidBatchEntryIdException extends SNSServiceException_1.SNSServiceException {    name = "InvalidBatchEntryIdException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidBatchEntryIdException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidBatchEntryIdException.prototype);    }}exports.InvalidBatchEntryIdException = InvalidBatchEntryIdException;class TooManyEntriesInBatchRequestException extends SNSServiceException_1.SNSServiceException {    name = "TooManyEntriesInBatchRequestException";    $fault = "client";    constructor(opts) {        super({            name: "TooManyEntriesInBatchRequestException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TooManyEntriesInBatchRequestException.prototype);    }}exports.TooManyEntriesInBatchRequestException = TooManyEntriesInBatchRequestException;class VerificationException extends SNSServiceException_1.SNSServiceException {    name = "VerificationException";    $fault = "client";    Message;    Status;    constructor(opts) {        super({            name: "VerificationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, VerificationException.prototype);        this.Message = opts.Message;        this.Status = opts.Status;    }}exports.VerificationException = VerificationException;