File Explorer

/var/runtime/node_modules/@aws-sdk/client-workdocs/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.js14.0 KB · 386 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.IllegalUserStateException = exports.DeactivatingLastSystemUserException = exports.StorageLimitWillExceedException = exports.StorageLimitExceededException = exports.ResourceAlreadyCheckedOutException = exports.DraftUploadOutOfSyncException = exports.RequestedEntityTooLargeException = exports.InvalidPasswordException = exports.InvalidOperationException = exports.TooManySubscriptionsException = exports.InvalidArgumentException = exports.TooManyLabelsException = exports.LimitExceededException = exports.EntityAlreadyExistsException = exports.ConflictingOperationException = exports.CustomMetadataLimitExceededException = exports.InvalidCommentOperationException = exports.DocumentLockedForCommentsException = exports.UnauthorizedResourceAccessException = exports.UnauthorizedOperationException = exports.ServiceUnavailableException = exports.ProhibitedStateException = exports.FailedDependencyException = exports.EntityNotExistsException = exports.ConcurrentModificationException = void 0;const WorkDocsServiceException_1 = require("./WorkDocsServiceException");class ConcurrentModificationException extends WorkDocsServiceException_1.WorkDocsServiceException {    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 EntityNotExistsException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "EntityNotExistsException";    $fault = "client";    Message;    EntityIds;    constructor(opts) {        super({            name: "EntityNotExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EntityNotExistsException.prototype);        this.Message = opts.Message;        this.EntityIds = opts.EntityIds;    }}exports.EntityNotExistsException = EntityNotExistsException;class FailedDependencyException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "FailedDependencyException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "FailedDependencyException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, FailedDependencyException.prototype);        this.Message = opts.Message;    }}exports.FailedDependencyException = FailedDependencyException;class ProhibitedStateException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "ProhibitedStateException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ProhibitedStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ProhibitedStateException.prototype);        this.Message = opts.Message;    }}exports.ProhibitedStateException = ProhibitedStateException;class ServiceUnavailableException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "ServiceUnavailableException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "ServiceUnavailableException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, ServiceUnavailableException.prototype);        this.Message = opts.Message;    }}exports.ServiceUnavailableException = ServiceUnavailableException;class UnauthorizedOperationException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "UnauthorizedOperationException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "UnauthorizedOperationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UnauthorizedOperationException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.UnauthorizedOperationException = UnauthorizedOperationException;class UnauthorizedResourceAccessException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "UnauthorizedResourceAccessException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "UnauthorizedResourceAccessException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UnauthorizedResourceAccessException.prototype);        this.Message = opts.Message;    }}exports.UnauthorizedResourceAccessException = UnauthorizedResourceAccessException;class DocumentLockedForCommentsException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "DocumentLockedForCommentsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "DocumentLockedForCommentsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DocumentLockedForCommentsException.prototype);        this.Message = opts.Message;    }}exports.DocumentLockedForCommentsException = DocumentLockedForCommentsException;class InvalidCommentOperationException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "InvalidCommentOperationException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidCommentOperationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidCommentOperationException.prototype);        this.Message = opts.Message;    }}exports.InvalidCommentOperationException = InvalidCommentOperationException;class CustomMetadataLimitExceededException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "CustomMetadataLimitExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "CustomMetadataLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CustomMetadataLimitExceededException.prototype);        this.Message = opts.Message;    }}exports.CustomMetadataLimitExceededException = CustomMetadataLimitExceededException;class ConflictingOperationException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "ConflictingOperationException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ConflictingOperationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictingOperationException.prototype);        this.Message = opts.Message;    }}exports.ConflictingOperationException = ConflictingOperationException;class EntityAlreadyExistsException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "EntityAlreadyExistsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "EntityAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EntityAlreadyExistsException.prototype);        this.Message = opts.Message;    }}exports.EntityAlreadyExistsException = EntityAlreadyExistsException;class LimitExceededException extends WorkDocsServiceException_1.WorkDocsServiceException {    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 TooManyLabelsException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "TooManyLabelsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "TooManyLabelsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TooManyLabelsException.prototype);        this.Message = opts.Message;    }}exports.TooManyLabelsException = TooManyLabelsException;class InvalidArgumentException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "InvalidArgumentException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidArgumentException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidArgumentException.prototype);        this.Message = opts.Message;    }}exports.InvalidArgumentException = InvalidArgumentException;class TooManySubscriptionsException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "TooManySubscriptionsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "TooManySubscriptionsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TooManySubscriptionsException.prototype);        this.Message = opts.Message;    }}exports.TooManySubscriptionsException = TooManySubscriptionsException;class InvalidOperationException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "InvalidOperationException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidOperationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidOperationException.prototype);        this.Message = opts.Message;    }}exports.InvalidOperationException = InvalidOperationException;class InvalidPasswordException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "InvalidPasswordException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidPasswordException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidPasswordException.prototype);        this.Message = opts.Message;    }}exports.InvalidPasswordException = InvalidPasswordException;class RequestedEntityTooLargeException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "RequestedEntityTooLargeException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "RequestedEntityTooLargeException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, RequestedEntityTooLargeException.prototype);        this.Message = opts.Message;    }}exports.RequestedEntityTooLargeException = RequestedEntityTooLargeException;class DraftUploadOutOfSyncException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "DraftUploadOutOfSyncException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "DraftUploadOutOfSyncException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DraftUploadOutOfSyncException.prototype);        this.Message = opts.Message;    }}exports.DraftUploadOutOfSyncException = DraftUploadOutOfSyncException;class ResourceAlreadyCheckedOutException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "ResourceAlreadyCheckedOutException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceAlreadyCheckedOutException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceAlreadyCheckedOutException.prototype);        this.Message = opts.Message;    }}exports.ResourceAlreadyCheckedOutException = ResourceAlreadyCheckedOutException;class StorageLimitExceededException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "StorageLimitExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "StorageLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, StorageLimitExceededException.prototype);        this.Message = opts.Message;    }}exports.StorageLimitExceededException = StorageLimitExceededException;class StorageLimitWillExceedException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "StorageLimitWillExceedException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "StorageLimitWillExceedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, StorageLimitWillExceedException.prototype);        this.Message = opts.Message;    }}exports.StorageLimitWillExceedException = StorageLimitWillExceedException;class DeactivatingLastSystemUserException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "DeactivatingLastSystemUserException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "DeactivatingLastSystemUserException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DeactivatingLastSystemUserException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.DeactivatingLastSystemUserException = DeactivatingLastSystemUserException;class IllegalUserStateException extends WorkDocsServiceException_1.WorkDocsServiceException {    name = "IllegalUserStateException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "IllegalUserStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IllegalUserStateException.prototype);        this.Message = opts.Message;    }}exports.IllegalUserStateException = IllegalUserStateException;