File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-shield/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.js6.7 KB · 186 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.InvalidPaginationTokenException = exports.LockedSubscriptionException = exports.ResourceAlreadyExistsException = exports.InvalidResourceException = exports.ResourceNotFoundException = exports.OptimisticLockException = exports.NoAssociatedRoleException = exports.LimitsExceededException = exports.InvalidParameterException = exports.InvalidOperationException = exports.InternalErrorException = exports.AccessDeniedForDependencyException = exports.AccessDeniedException = void 0;const ShieldServiceException_1 = require("./ShieldServiceException");class AccessDeniedException extends ShieldServiceException_1.ShieldServiceException {    name = "AccessDeniedException";    $fault = "client";    constructor(opts) {        super({            name: "AccessDeniedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessDeniedException.prototype);    }}exports.AccessDeniedException = AccessDeniedException;class AccessDeniedForDependencyException extends ShieldServiceException_1.ShieldServiceException {    name = "AccessDeniedForDependencyException";    $fault = "client";    constructor(opts) {        super({            name: "AccessDeniedForDependencyException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessDeniedForDependencyException.prototype);    }}exports.AccessDeniedForDependencyException = AccessDeniedForDependencyException;class InternalErrorException extends ShieldServiceException_1.ShieldServiceException {    name = "InternalErrorException";    $fault = "server";    constructor(opts) {        super({            name: "InternalErrorException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalErrorException.prototype);    }}exports.InternalErrorException = InternalErrorException;class InvalidOperationException extends ShieldServiceException_1.ShieldServiceException {    name = "InvalidOperationException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidOperationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidOperationException.prototype);    }}exports.InvalidOperationException = InvalidOperationException;class InvalidParameterException extends ShieldServiceException_1.ShieldServiceException {    name = "InvalidParameterException";    $fault = "client";    reason;    fields;    constructor(opts) {        super({            name: "InvalidParameterException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidParameterException.prototype);        this.reason = opts.reason;        this.fields = opts.fields;    }}exports.InvalidParameterException = InvalidParameterException;class LimitsExceededException extends ShieldServiceException_1.ShieldServiceException {    name = "LimitsExceededException";    $fault = "client";    Type;    Limit;    constructor(opts) {        super({            name: "LimitsExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, LimitsExceededException.prototype);        this.Type = opts.Type;        this.Limit = opts.Limit;    }}exports.LimitsExceededException = LimitsExceededException;class NoAssociatedRoleException extends ShieldServiceException_1.ShieldServiceException {    name = "NoAssociatedRoleException";    $fault = "client";    constructor(opts) {        super({            name: "NoAssociatedRoleException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, NoAssociatedRoleException.prototype);    }}exports.NoAssociatedRoleException = NoAssociatedRoleException;class OptimisticLockException extends ShieldServiceException_1.ShieldServiceException {    name = "OptimisticLockException";    $fault = "client";    constructor(opts) {        super({            name: "OptimisticLockException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OptimisticLockException.prototype);    }}exports.OptimisticLockException = OptimisticLockException;class ResourceNotFoundException extends ShieldServiceException_1.ShieldServiceException {    name = "ResourceNotFoundException";    $fault = "client";    resourceType;    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);        this.resourceType = opts.resourceType;    }}exports.ResourceNotFoundException = ResourceNotFoundException;class InvalidResourceException extends ShieldServiceException_1.ShieldServiceException {    name = "InvalidResourceException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidResourceException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidResourceException.prototype);    }}exports.InvalidResourceException = InvalidResourceException;class ResourceAlreadyExistsException extends ShieldServiceException_1.ShieldServiceException {    name = "ResourceAlreadyExistsException";    $fault = "client";    resourceType;    constructor(opts) {        super({            name: "ResourceAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);        this.resourceType = opts.resourceType;    }}exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;class LockedSubscriptionException extends ShieldServiceException_1.ShieldServiceException {    name = "LockedSubscriptionException";    $fault = "client";    constructor(opts) {        super({            name: "LockedSubscriptionException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, LockedSubscriptionException.prototype);    }}exports.LockedSubscriptionException = LockedSubscriptionException;class InvalidPaginationTokenException extends ShieldServiceException_1.ShieldServiceException {    name = "InvalidPaginationTokenException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidPaginationTokenException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);    }}exports.InvalidPaginationTokenException = InvalidPaginationTokenException;