File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-snowball/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.2 KB · 174 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.InvalidNextTokenException = exports.ReturnShippingLabelAlreadyExistsException = exports.ConflictException = exports.ClusterLimitExceededException = exports.InvalidInputCombinationException = exports.Ec2RequestFailedException = exports.UnsupportedAddressException = exports.InvalidAddressException = exports.KMSRequestFailedException = exports.InvalidResourceException = exports.InvalidJobStateException = void 0;const SnowballServiceException_1 = require("./SnowballServiceException");class InvalidJobStateException extends SnowballServiceException_1.SnowballServiceException {    name = "InvalidJobStateException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidJobStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidJobStateException.prototype);        this.Message = opts.Message;    }}exports.InvalidJobStateException = InvalidJobStateException;class InvalidResourceException extends SnowballServiceException_1.SnowballServiceException {    name = "InvalidResourceException";    $fault = "client";    Message;    ResourceType;    constructor(opts) {        super({            name: "InvalidResourceException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidResourceException.prototype);        this.Message = opts.Message;        this.ResourceType = opts.ResourceType;    }}exports.InvalidResourceException = InvalidResourceException;class KMSRequestFailedException extends SnowballServiceException_1.SnowballServiceException {    name = "KMSRequestFailedException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "KMSRequestFailedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KMSRequestFailedException.prototype);        this.Message = opts.Message;    }}exports.KMSRequestFailedException = KMSRequestFailedException;class InvalidAddressException extends SnowballServiceException_1.SnowballServiceException {    name = "InvalidAddressException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidAddressException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidAddressException.prototype);        this.Message = opts.Message;    }}exports.InvalidAddressException = InvalidAddressException;class UnsupportedAddressException extends SnowballServiceException_1.SnowballServiceException {    name = "UnsupportedAddressException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "UnsupportedAddressException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UnsupportedAddressException.prototype);        this.Message = opts.Message;    }}exports.UnsupportedAddressException = UnsupportedAddressException;class Ec2RequestFailedException extends SnowballServiceException_1.SnowballServiceException {    name = "Ec2RequestFailedException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "Ec2RequestFailedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, Ec2RequestFailedException.prototype);        this.Message = opts.Message;    }}exports.Ec2RequestFailedException = Ec2RequestFailedException;class InvalidInputCombinationException extends SnowballServiceException_1.SnowballServiceException {    name = "InvalidInputCombinationException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidInputCombinationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidInputCombinationException.prototype);        this.Message = opts.Message;    }}exports.InvalidInputCombinationException = InvalidInputCombinationException;class ClusterLimitExceededException extends SnowballServiceException_1.SnowballServiceException {    name = "ClusterLimitExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ClusterLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ClusterLimitExceededException.prototype);        this.Message = opts.Message;    }}exports.ClusterLimitExceededException = ClusterLimitExceededException;class ConflictException extends SnowballServiceException_1.SnowballServiceException {    name = "ConflictException";    $fault = "client";    ConflictResource;    Message;    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);        this.ConflictResource = opts.ConflictResource;        this.Message = opts.Message;    }}exports.ConflictException = ConflictException;class ReturnShippingLabelAlreadyExistsException extends SnowballServiceException_1.SnowballServiceException {    name = "ReturnShippingLabelAlreadyExistsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ReturnShippingLabelAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ReturnShippingLabelAlreadyExistsException.prototype);        this.Message = opts.Message;    }}exports.ReturnShippingLabelAlreadyExistsException = ReturnShippingLabelAlreadyExistsException;class InvalidNextTokenException extends SnowballServiceException_1.SnowballServiceException {    name = "InvalidNextTokenException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidNextTokenException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidNextTokenException.prototype);        this.Message = opts.Message;    }}exports.InvalidNextTokenException = InvalidNextTokenException;