File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-managedblockchain/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.js5.6 KB · 155 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.IllegalActionException = exports.ResourceNotReadyException = exports.ResourceNotFoundException = exports.TooManyTagsException = exports.ThrottlingException = exports.ResourceLimitExceededException = exports.ResourceAlreadyExistsException = exports.InvalidRequestException = exports.InternalServiceErrorException = exports.AccessDeniedException = void 0;const ManagedBlockchainServiceException_1 = require("./ManagedBlockchainServiceException");class AccessDeniedException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {    name = "AccessDeniedException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "AccessDeniedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessDeniedException.prototype);        this.Message = opts.Message;    }}exports.AccessDeniedException = AccessDeniedException;class InternalServiceErrorException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {    name = "InternalServiceErrorException";    $fault = "server";    constructor(opts) {        super({            name: "InternalServiceErrorException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalServiceErrorException.prototype);    }}exports.InternalServiceErrorException = InternalServiceErrorException;class InvalidRequestException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {    name = "InvalidRequestException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidRequestException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidRequestException.prototype);        this.Message = opts.Message;    }}exports.InvalidRequestException = InvalidRequestException;class ResourceAlreadyExistsException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {    name = "ResourceAlreadyExistsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);        this.Message = opts.Message;    }}exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;class ResourceLimitExceededException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {    name = "ResourceLimitExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);        this.Message = opts.Message;    }}exports.ResourceLimitExceededException = ResourceLimitExceededException;class ThrottlingException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {    name = "ThrottlingException";    $fault = "client";    constructor(opts) {        super({            name: "ThrottlingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ThrottlingException.prototype);    }}exports.ThrottlingException = ThrottlingException;class TooManyTagsException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {    name = "TooManyTagsException";    $fault = "client";    Message;    ResourceName;    constructor(opts) {        super({            name: "TooManyTagsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TooManyTagsException.prototype);        this.Message = opts.Message;        this.ResourceName = opts.ResourceName;    }}exports.TooManyTagsException = TooManyTagsException;class ResourceNotFoundException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {    name = "ResourceNotFoundException";    $fault = "client";    Message;    ResourceName;    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);        this.Message = opts.Message;        this.ResourceName = opts.ResourceName;    }}exports.ResourceNotFoundException = ResourceNotFoundException;class ResourceNotReadyException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {    name = "ResourceNotReadyException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceNotReadyException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotReadyException.prototype);        this.Message = opts.Message;    }}exports.ResourceNotReadyException = ResourceNotReadyException;class IllegalActionException extends ManagedBlockchainServiceException_1.ManagedBlockchainServiceException {    name = "IllegalActionException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "IllegalActionException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IllegalActionException.prototype);        this.Message = opts.Message;    }}exports.IllegalActionException = IllegalActionException;