File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-glacier/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.2 KB · 158 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.RequestTimeoutException = exports.PolicyEnforcedException = exports.InsufficientCapacityException = exports.LimitExceededException = exports.ServiceUnavailableException = exports.ResourceNotFoundException = exports.NoLongerSupportedException = exports.MissingParameterValueException = exports.InvalidParameterValueException = void 0;const GlacierServiceException_1 = require("./GlacierServiceException");class InvalidParameterValueException extends GlacierServiceException_1.GlacierServiceException {    name = "InvalidParameterValueException";    $fault = "client";    type;    code;    constructor(opts) {        super({            name: "InvalidParameterValueException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidParameterValueException.prototype);        this.type = opts.type;        this.code = opts.code;    }}exports.InvalidParameterValueException = InvalidParameterValueException;class MissingParameterValueException extends GlacierServiceException_1.GlacierServiceException {    name = "MissingParameterValueException";    $fault = "client";    type;    code;    constructor(opts) {        super({            name: "MissingParameterValueException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MissingParameterValueException.prototype);        this.type = opts.type;        this.code = opts.code;    }}exports.MissingParameterValueException = MissingParameterValueException;class NoLongerSupportedException extends GlacierServiceException_1.GlacierServiceException {    name = "NoLongerSupportedException";    $fault = "client";    type;    code;    constructor(opts) {        super({            name: "NoLongerSupportedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, NoLongerSupportedException.prototype);        this.type = opts.type;        this.code = opts.code;    }}exports.NoLongerSupportedException = NoLongerSupportedException;class ResourceNotFoundException extends GlacierServiceException_1.GlacierServiceException {    name = "ResourceNotFoundException";    $fault = "client";    type;    code;    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);        this.type = opts.type;        this.code = opts.code;    }}exports.ResourceNotFoundException = ResourceNotFoundException;class ServiceUnavailableException extends GlacierServiceException_1.GlacierServiceException {    name = "ServiceUnavailableException";    $fault = "server";    type;    code;    constructor(opts) {        super({            name: "ServiceUnavailableException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, ServiceUnavailableException.prototype);        this.type = opts.type;        this.code = opts.code;    }}exports.ServiceUnavailableException = ServiceUnavailableException;class LimitExceededException extends GlacierServiceException_1.GlacierServiceException {    name = "LimitExceededException";    $fault = "client";    type;    code;    constructor(opts) {        super({            name: "LimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, LimitExceededException.prototype);        this.type = opts.type;        this.code = opts.code;    }}exports.LimitExceededException = LimitExceededException;class InsufficientCapacityException extends GlacierServiceException_1.GlacierServiceException {    name = "InsufficientCapacityException";    $fault = "client";    type;    code;    constructor(opts) {        super({            name: "InsufficientCapacityException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InsufficientCapacityException.prototype);        this.type = opts.type;        this.code = opts.code;    }}exports.InsufficientCapacityException = InsufficientCapacityException;class PolicyEnforcedException extends GlacierServiceException_1.GlacierServiceException {    name = "PolicyEnforcedException";    $fault = "client";    type;    code;    constructor(opts) {        super({            name: "PolicyEnforcedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, PolicyEnforcedException.prototype);        this.type = opts.type;        this.code = opts.code;    }}exports.PolicyEnforcedException = PolicyEnforcedException;class RequestTimeoutException extends GlacierServiceException_1.GlacierServiceException {    name = "RequestTimeoutException";    $fault = "client";    type;    code;    constructor(opts) {        super({            name: "RequestTimeoutException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, RequestTimeoutException.prototype);        this.type = opts.type;        this.code = opts.code;    }}exports.RequestTimeoutException = RequestTimeoutException;