File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-lightsail/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.js4.8 KB · 157 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.UnauthenticatedException = exports.ServiceException = exports.RegionSetupInProgressException = exports.OperationFailureException = exports.NotFoundException = exports.InvalidInputException = exports.AccountSetupInProgressException = exports.AccessDeniedException = void 0;const LightsailServiceException_1 = require("./LightsailServiceException");class AccessDeniedException extends LightsailServiceException_1.LightsailServiceException {    name = "AccessDeniedException";    $fault = "client";    code;    docs;    tip;    constructor(opts) {        super({            name: "AccessDeniedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessDeniedException.prototype);        this.code = opts.code;        this.docs = opts.docs;        this.tip = opts.tip;    }}exports.AccessDeniedException = AccessDeniedException;class AccountSetupInProgressException extends LightsailServiceException_1.LightsailServiceException {    name = "AccountSetupInProgressException";    $fault = "client";    code;    docs;    tip;    constructor(opts) {        super({            name: "AccountSetupInProgressException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccountSetupInProgressException.prototype);        this.code = opts.code;        this.docs = opts.docs;        this.tip = opts.tip;    }}exports.AccountSetupInProgressException = AccountSetupInProgressException;class InvalidInputException extends LightsailServiceException_1.LightsailServiceException {    name = "InvalidInputException";    $fault = "client";    code;    docs;    tip;    constructor(opts) {        super({            name: "InvalidInputException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidInputException.prototype);        this.code = opts.code;        this.docs = opts.docs;        this.tip = opts.tip;    }}exports.InvalidInputException = InvalidInputException;class NotFoundException extends LightsailServiceException_1.LightsailServiceException {    name = "NotFoundException";    $fault = "client";    code;    docs;    tip;    constructor(opts) {        super({            name: "NotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, NotFoundException.prototype);        this.code = opts.code;        this.docs = opts.docs;        this.tip = opts.tip;    }}exports.NotFoundException = NotFoundException;class OperationFailureException extends LightsailServiceException_1.LightsailServiceException {    name = "OperationFailureException";    $fault = "client";    code;    docs;    tip;    constructor(opts) {        super({            name: "OperationFailureException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OperationFailureException.prototype);        this.code = opts.code;        this.docs = opts.docs;        this.tip = opts.tip;    }}exports.OperationFailureException = OperationFailureException;class RegionSetupInProgressException extends LightsailServiceException_1.LightsailServiceException {    name = "RegionSetupInProgressException";    $fault = "client";    code;    docs;    tip;    constructor(opts) {        super({            name: "RegionSetupInProgressException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, RegionSetupInProgressException.prototype);        this.code = opts.code;        this.docs = opts.docs;        this.tip = opts.tip;    }}exports.RegionSetupInProgressException = RegionSetupInProgressException;class ServiceException extends LightsailServiceException_1.LightsailServiceException {    name = "ServiceException";    $fault = "server";    code;    docs;    tip;    constructor(opts) {        super({            name: "ServiceException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, ServiceException.prototype);        this.code = opts.code;        this.docs = opts.docs;        this.tip = opts.tip;    }}exports.ServiceException = ServiceException;class UnauthenticatedException extends LightsailServiceException_1.LightsailServiceException {    name = "UnauthenticatedException";    $fault = "client";    code;    docs;    tip;    constructor(opts) {        super({            name: "UnauthenticatedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UnauthenticatedException.prototype);        this.code = opts.code;        this.docs = opts.docs;        this.tip = opts.tip;    }}exports.UnauthenticatedException = UnauthenticatedException;