File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-backup/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.8 KB · 219 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.DependencyFailureException = exports.LimitExceededException = exports.ConflictException = exports.InvalidResourceStateException = exports.ServiceUnavailableException = exports.ResourceNotFoundException = exports.MissingParameterValueException = exports.InvalidRequestException = exports.InvalidParameterValueException = exports.AlreadyExistsException = void 0;const BackupServiceException_1 = require("./BackupServiceException");class AlreadyExistsException extends BackupServiceException_1.BackupServiceException {    name = "AlreadyExistsException";    $fault = "client";    Code;    Message;    CreatorRequestId;    Arn;    Type;    Context;    constructor(opts) {        super({            name: "AlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AlreadyExistsException.prototype);        this.Code = opts.Code;        this.Message = opts.Message;        this.CreatorRequestId = opts.CreatorRequestId;        this.Arn = opts.Arn;        this.Type = opts.Type;        this.Context = opts.Context;    }}exports.AlreadyExistsException = AlreadyExistsException;class InvalidParameterValueException extends BackupServiceException_1.BackupServiceException {    name = "InvalidParameterValueException";    $fault = "client";    Code;    Message;    Type;    Context;    constructor(opts) {        super({            name: "InvalidParameterValueException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidParameterValueException.prototype);        this.Code = opts.Code;        this.Message = opts.Message;        this.Type = opts.Type;        this.Context = opts.Context;    }}exports.InvalidParameterValueException = InvalidParameterValueException;class InvalidRequestException extends BackupServiceException_1.BackupServiceException {    name = "InvalidRequestException";    $fault = "client";    Code;    Message;    Type;    Context;    constructor(opts) {        super({            name: "InvalidRequestException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidRequestException.prototype);        this.Code = opts.Code;        this.Message = opts.Message;        this.Type = opts.Type;        this.Context = opts.Context;    }}exports.InvalidRequestException = InvalidRequestException;class MissingParameterValueException extends BackupServiceException_1.BackupServiceException {    name = "MissingParameterValueException";    $fault = "client";    Code;    Message;    Type;    Context;    constructor(opts) {        super({            name: "MissingParameterValueException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MissingParameterValueException.prototype);        this.Code = opts.Code;        this.Message = opts.Message;        this.Type = opts.Type;        this.Context = opts.Context;    }}exports.MissingParameterValueException = MissingParameterValueException;class ResourceNotFoundException extends BackupServiceException_1.BackupServiceException {    name = "ResourceNotFoundException";    $fault = "client";    Code;    Message;    Type;    Context;    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);        this.Code = opts.Code;        this.Message = opts.Message;        this.Type = opts.Type;        this.Context = opts.Context;    }}exports.ResourceNotFoundException = ResourceNotFoundException;class ServiceUnavailableException extends BackupServiceException_1.BackupServiceException {    name = "ServiceUnavailableException";    $fault = "server";    Code;    Message;    Type;    Context;    constructor(opts) {        super({            name: "ServiceUnavailableException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, ServiceUnavailableException.prototype);        this.Code = opts.Code;        this.Message = opts.Message;        this.Type = opts.Type;        this.Context = opts.Context;    }}exports.ServiceUnavailableException = ServiceUnavailableException;class InvalidResourceStateException extends BackupServiceException_1.BackupServiceException {    name = "InvalidResourceStateException";    $fault = "client";    Code;    Message;    Type;    Context;    constructor(opts) {        super({            name: "InvalidResourceStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidResourceStateException.prototype);        this.Code = opts.Code;        this.Message = opts.Message;        this.Type = opts.Type;        this.Context = opts.Context;    }}exports.InvalidResourceStateException = InvalidResourceStateException;class ConflictException extends BackupServiceException_1.BackupServiceException {    name = "ConflictException";    $fault = "client";    Code;    Message;    Type;    Context;    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);        this.Code = opts.Code;        this.Message = opts.Message;        this.Type = opts.Type;        this.Context = opts.Context;    }}exports.ConflictException = ConflictException;class LimitExceededException extends BackupServiceException_1.BackupServiceException {    name = "LimitExceededException";    $fault = "client";    Code;    Message;    Type;    Context;    constructor(opts) {        super({            name: "LimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, LimitExceededException.prototype);        this.Code = opts.Code;        this.Message = opts.Message;        this.Type = opts.Type;        this.Context = opts.Context;    }}exports.LimitExceededException = LimitExceededException;class DependencyFailureException extends BackupServiceException_1.BackupServiceException {    name = "DependencyFailureException";    $fault = "server";    Code;    Message;    Type;    Context;    constructor(opts) {        super({            name: "DependencyFailureException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, DependencyFailureException.prototype);        this.Code = opts.Code;        this.Message = opts.Message;        this.Type = opts.Type;        this.Context = opts.Context;    }}exports.DependencyFailureException = DependencyFailureException;