File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-efs/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.js17.6 KB · 553 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.ReplicationAlreadyExists = exports.TooManyRequests = exports.InvalidPolicyException = exports.IncorrectMountTargetState = exports.PolicyNotFound = exports.MountTargetNotFound = exports.DependencyTimeout = exports.FileSystemInUse = exports.ValidationException = exports.ReplicationNotFound = exports.SubnetNotFound = exports.SecurityGroupNotFound = exports.SecurityGroupLimitExceeded = exports.NoFreeAddressesInSubnet = exports.NetworkInterfaceLimitExceeded = exports.MountTargetConflict = exports.IpAddressInUse = exports.UnsupportedAvailabilityZone = exports.ThroughputLimitExceeded = exports.InsufficientThroughputCapacity = exports.FileSystemLimitExceeded = exports.FileSystemAlreadyExists = exports.ThrottlingException = exports.InternalServerError = exports.IncorrectFileSystemLifeCycleState = exports.FileSystemNotFound = exports.ConflictException = exports.BadRequest = exports.AvailabilityZonesMismatch = exports.AccessPointNotFound = exports.AccessPointLimitExceeded = exports.AccessPointAlreadyExists = void 0;const EFSServiceException_1 = require("./EFSServiceException");class AccessPointAlreadyExists extends EFSServiceException_1.EFSServiceException {    name = "AccessPointAlreadyExists";    $fault = "client";    ErrorCode;    Message;    AccessPointId;    constructor(opts) {        super({            name: "AccessPointAlreadyExists",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessPointAlreadyExists.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;        this.AccessPointId = opts.AccessPointId;    }}exports.AccessPointAlreadyExists = AccessPointAlreadyExists;class AccessPointLimitExceeded extends EFSServiceException_1.EFSServiceException {    name = "AccessPointLimitExceeded";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "AccessPointLimitExceeded",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessPointLimitExceeded.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.AccessPointLimitExceeded = AccessPointLimitExceeded;class AccessPointNotFound extends EFSServiceException_1.EFSServiceException {    name = "AccessPointNotFound";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "AccessPointNotFound",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessPointNotFound.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.AccessPointNotFound = AccessPointNotFound;class AvailabilityZonesMismatch extends EFSServiceException_1.EFSServiceException {    name = "AvailabilityZonesMismatch";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "AvailabilityZonesMismatch",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AvailabilityZonesMismatch.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.AvailabilityZonesMismatch = AvailabilityZonesMismatch;class BadRequest extends EFSServiceException_1.EFSServiceException {    name = "BadRequest";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "BadRequest",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, BadRequest.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.BadRequest = BadRequest;class ConflictException extends EFSServiceException_1.EFSServiceException {    name = "ConflictException";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.ConflictException = ConflictException;class FileSystemNotFound extends EFSServiceException_1.EFSServiceException {    name = "FileSystemNotFound";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "FileSystemNotFound",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, FileSystemNotFound.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.FileSystemNotFound = FileSystemNotFound;class IncorrectFileSystemLifeCycleState extends EFSServiceException_1.EFSServiceException {    name = "IncorrectFileSystemLifeCycleState";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "IncorrectFileSystemLifeCycleState",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IncorrectFileSystemLifeCycleState.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.IncorrectFileSystemLifeCycleState = IncorrectFileSystemLifeCycleState;class InternalServerError extends EFSServiceException_1.EFSServiceException {    name = "InternalServerError";    $fault = "server";    ErrorCode;    Message;    constructor(opts) {        super({            name: "InternalServerError",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalServerError.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.InternalServerError = InternalServerError;class ThrottlingException extends EFSServiceException_1.EFSServiceException {    name = "ThrottlingException";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "ThrottlingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ThrottlingException.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.ThrottlingException = ThrottlingException;class FileSystemAlreadyExists extends EFSServiceException_1.EFSServiceException {    name = "FileSystemAlreadyExists";    $fault = "client";    ErrorCode;    Message;    FileSystemId;    constructor(opts) {        super({            name: "FileSystemAlreadyExists",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, FileSystemAlreadyExists.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;        this.FileSystemId = opts.FileSystemId;    }}exports.FileSystemAlreadyExists = FileSystemAlreadyExists;class FileSystemLimitExceeded extends EFSServiceException_1.EFSServiceException {    name = "FileSystemLimitExceeded";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "FileSystemLimitExceeded",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, FileSystemLimitExceeded.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.FileSystemLimitExceeded = FileSystemLimitExceeded;class InsufficientThroughputCapacity extends EFSServiceException_1.EFSServiceException {    name = "InsufficientThroughputCapacity";    $fault = "server";    ErrorCode;    Message;    constructor(opts) {        super({            name: "InsufficientThroughputCapacity",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InsufficientThroughputCapacity.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.InsufficientThroughputCapacity = InsufficientThroughputCapacity;class ThroughputLimitExceeded extends EFSServiceException_1.EFSServiceException {    name = "ThroughputLimitExceeded";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "ThroughputLimitExceeded",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ThroughputLimitExceeded.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.ThroughputLimitExceeded = ThroughputLimitExceeded;class UnsupportedAvailabilityZone extends EFSServiceException_1.EFSServiceException {    name = "UnsupportedAvailabilityZone";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "UnsupportedAvailabilityZone",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UnsupportedAvailabilityZone.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.UnsupportedAvailabilityZone = UnsupportedAvailabilityZone;class IpAddressInUse extends EFSServiceException_1.EFSServiceException {    name = "IpAddressInUse";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "IpAddressInUse",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IpAddressInUse.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.IpAddressInUse = IpAddressInUse;class MountTargetConflict extends EFSServiceException_1.EFSServiceException {    name = "MountTargetConflict";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "MountTargetConflict",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MountTargetConflict.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.MountTargetConflict = MountTargetConflict;class NetworkInterfaceLimitExceeded extends EFSServiceException_1.EFSServiceException {    name = "NetworkInterfaceLimitExceeded";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "NetworkInterfaceLimitExceeded",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, NetworkInterfaceLimitExceeded.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.NetworkInterfaceLimitExceeded = NetworkInterfaceLimitExceeded;class NoFreeAddressesInSubnet extends EFSServiceException_1.EFSServiceException {    name = "NoFreeAddressesInSubnet";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "NoFreeAddressesInSubnet",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, NoFreeAddressesInSubnet.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.NoFreeAddressesInSubnet = NoFreeAddressesInSubnet;class SecurityGroupLimitExceeded extends EFSServiceException_1.EFSServiceException {    name = "SecurityGroupLimitExceeded";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "SecurityGroupLimitExceeded",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SecurityGroupLimitExceeded.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.SecurityGroupLimitExceeded = SecurityGroupLimitExceeded;class SecurityGroupNotFound extends EFSServiceException_1.EFSServiceException {    name = "SecurityGroupNotFound";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "SecurityGroupNotFound",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SecurityGroupNotFound.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.SecurityGroupNotFound = SecurityGroupNotFound;class SubnetNotFound extends EFSServiceException_1.EFSServiceException {    name = "SubnetNotFound";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "SubnetNotFound",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SubnetNotFound.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.SubnetNotFound = SubnetNotFound;class ReplicationNotFound extends EFSServiceException_1.EFSServiceException {    name = "ReplicationNotFound";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "ReplicationNotFound",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ReplicationNotFound.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.ReplicationNotFound = ReplicationNotFound;class ValidationException extends EFSServiceException_1.EFSServiceException {    name = "ValidationException";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "ValidationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ValidationException.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.ValidationException = ValidationException;class FileSystemInUse extends EFSServiceException_1.EFSServiceException {    name = "FileSystemInUse";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "FileSystemInUse",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, FileSystemInUse.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.FileSystemInUse = FileSystemInUse;class DependencyTimeout extends EFSServiceException_1.EFSServiceException {    name = "DependencyTimeout";    $fault = "server";    ErrorCode;    Message;    constructor(opts) {        super({            name: "DependencyTimeout",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, DependencyTimeout.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.DependencyTimeout = DependencyTimeout;class MountTargetNotFound extends EFSServiceException_1.EFSServiceException {    name = "MountTargetNotFound";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "MountTargetNotFound",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MountTargetNotFound.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.MountTargetNotFound = MountTargetNotFound;class PolicyNotFound extends EFSServiceException_1.EFSServiceException {    name = "PolicyNotFound";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "PolicyNotFound",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, PolicyNotFound.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.PolicyNotFound = PolicyNotFound;class IncorrectMountTargetState extends EFSServiceException_1.EFSServiceException {    name = "IncorrectMountTargetState";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "IncorrectMountTargetState",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IncorrectMountTargetState.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.IncorrectMountTargetState = IncorrectMountTargetState;class InvalidPolicyException extends EFSServiceException_1.EFSServiceException {    name = "InvalidPolicyException";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "InvalidPolicyException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidPolicyException.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.InvalidPolicyException = InvalidPolicyException;class TooManyRequests extends EFSServiceException_1.EFSServiceException {    name = "TooManyRequests";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "TooManyRequests",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TooManyRequests.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.TooManyRequests = TooManyRequests;class ReplicationAlreadyExists extends EFSServiceException_1.EFSServiceException {    name = "ReplicationAlreadyExists";    $fault = "client";    ErrorCode;    Message;    constructor(opts) {        super({            name: "ReplicationAlreadyExists",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ReplicationAlreadyExists.prototype);        this.ErrorCode = opts.ErrorCode;        this.Message = opts.Message;    }}exports.ReplicationAlreadyExists = ReplicationAlreadyExists;