File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-simspaceweaver/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.js3.8 KB · 110 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.TooManyTagsException = exports.ServiceQuotaExceededException = exports.ValidationException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;const SimSpaceWeaverServiceException_1 = require("./SimSpaceWeaverServiceException");class AccessDeniedException extends SimSpaceWeaverServiceException_1.SimSpaceWeaverServiceException {    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 ConflictException extends SimSpaceWeaverServiceException_1.SimSpaceWeaverServiceException {    name = "ConflictException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);        this.Message = opts.Message;    }}exports.ConflictException = ConflictException;class InternalServerException extends SimSpaceWeaverServiceException_1.SimSpaceWeaverServiceException {    name = "InternalServerException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "InternalServerException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalServerException.prototype);        this.Message = opts.Message;    }}exports.InternalServerException = InternalServerException;class ResourceNotFoundException extends SimSpaceWeaverServiceException_1.SimSpaceWeaverServiceException {    name = "ResourceNotFoundException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);        this.Message = opts.Message;    }}exports.ResourceNotFoundException = ResourceNotFoundException;class ValidationException extends SimSpaceWeaverServiceException_1.SimSpaceWeaverServiceException {    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 ServiceQuotaExceededException extends SimSpaceWeaverServiceException_1.SimSpaceWeaverServiceException {    name = "ServiceQuotaExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ServiceQuotaExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);        this.Message = opts.Message;    }}exports.ServiceQuotaExceededException = ServiceQuotaExceededException;class TooManyTagsException extends SimSpaceWeaverServiceException_1.SimSpaceWeaverServiceException {    name = "TooManyTagsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "TooManyTagsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TooManyTagsException.prototype);        this.Message = opts.Message;    }}exports.TooManyTagsException = TooManyTagsException;