File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-appstream/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.js8.3 KB · 230 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.ResourceInUseException = exports.DryRunOperationException = exports.EntitlementAlreadyExistsException = exports.RequestLimitExceededException = exports.InvalidRoleException = exports.ResourceNotAvailableException = exports.ResourceAlreadyExistsException = exports.InvalidAccountStatusException = exports.IncompatibleImageException = exports.EntitlementNotFoundException = exports.ResourceNotFoundException = exports.OperationNotPermittedException = exports.LimitExceededException = exports.InvalidParameterCombinationException = exports.ConcurrentModificationException = void 0;const AppStreamServiceException_1 = require("./AppStreamServiceException");class ConcurrentModificationException extends AppStreamServiceException_1.AppStreamServiceException {    name = "ConcurrentModificationException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ConcurrentModificationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConcurrentModificationException.prototype);        this.Message = opts.Message;    }}exports.ConcurrentModificationException = ConcurrentModificationException;class InvalidParameterCombinationException extends AppStreamServiceException_1.AppStreamServiceException {    name = "InvalidParameterCombinationException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidParameterCombinationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);        this.Message = opts.Message;    }}exports.InvalidParameterCombinationException = InvalidParameterCombinationException;class LimitExceededException extends AppStreamServiceException_1.AppStreamServiceException {    name = "LimitExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "LimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, LimitExceededException.prototype);        this.Message = opts.Message;    }}exports.LimitExceededException = LimitExceededException;class OperationNotPermittedException extends AppStreamServiceException_1.AppStreamServiceException {    name = "OperationNotPermittedException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "OperationNotPermittedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OperationNotPermittedException.prototype);        this.Message = opts.Message;    }}exports.OperationNotPermittedException = OperationNotPermittedException;class ResourceNotFoundException extends AppStreamServiceException_1.AppStreamServiceException {    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 EntitlementNotFoundException extends AppStreamServiceException_1.AppStreamServiceException {    name = "EntitlementNotFoundException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "EntitlementNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EntitlementNotFoundException.prototype);        this.Message = opts.Message;    }}exports.EntitlementNotFoundException = EntitlementNotFoundException;class IncompatibleImageException extends AppStreamServiceException_1.AppStreamServiceException {    name = "IncompatibleImageException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "IncompatibleImageException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IncompatibleImageException.prototype);        this.Message = opts.Message;    }}exports.IncompatibleImageException = IncompatibleImageException;class InvalidAccountStatusException extends AppStreamServiceException_1.AppStreamServiceException {    name = "InvalidAccountStatusException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidAccountStatusException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidAccountStatusException.prototype);        this.Message = opts.Message;    }}exports.InvalidAccountStatusException = InvalidAccountStatusException;class ResourceAlreadyExistsException extends AppStreamServiceException_1.AppStreamServiceException {    name = "ResourceAlreadyExistsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);        this.Message = opts.Message;    }}exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;class ResourceNotAvailableException extends AppStreamServiceException_1.AppStreamServiceException {    name = "ResourceNotAvailableException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceNotAvailableException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotAvailableException.prototype);        this.Message = opts.Message;    }}exports.ResourceNotAvailableException = ResourceNotAvailableException;class InvalidRoleException extends AppStreamServiceException_1.AppStreamServiceException {    name = "InvalidRoleException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidRoleException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidRoleException.prototype);        this.Message = opts.Message;    }}exports.InvalidRoleException = InvalidRoleException;class RequestLimitExceededException extends AppStreamServiceException_1.AppStreamServiceException {    name = "RequestLimitExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "RequestLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, RequestLimitExceededException.prototype);        this.Message = opts.Message;    }}exports.RequestLimitExceededException = RequestLimitExceededException;class EntitlementAlreadyExistsException extends AppStreamServiceException_1.AppStreamServiceException {    name = "EntitlementAlreadyExistsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "EntitlementAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EntitlementAlreadyExistsException.prototype);        this.Message = opts.Message;    }}exports.EntitlementAlreadyExistsException = EntitlementAlreadyExistsException;class DryRunOperationException extends AppStreamServiceException_1.AppStreamServiceException {    name = "DryRunOperationException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "DryRunOperationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DryRunOperationException.prototype);        this.Message = opts.Message;    }}exports.DryRunOperationException = DryRunOperationException;class ResourceInUseException extends AppStreamServiceException_1.AppStreamServiceException {    name = "ResourceInUseException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceInUseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceInUseException.prototype);        this.Message = opts.Message;    }}exports.ResourceInUseException = ResourceInUseException;