/proc/self/root/var/runtime/node_modules/@aws-sdk/client-comprehend/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 /.
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.TooManyTagKeysException = exports.ConcurrentModificationException = exports.InvalidFilterException = exports.JobNotFoundException = exports.KmsKeyValidationException = exports.TooManyTagsException = exports.TooManyRequestsException = exports.ResourceNotFoundException = exports.ResourceLimitExceededException = exports.ResourceInUseException = exports.ResourceUnavailableException = exports.UnsupportedLanguageException = exports.TextSizeLimitExceededException = exports.InvalidRequestException = exports.InternalServerException = exports.BatchSizeLimitExceededException = void 0;const ComprehendServiceException_1 = require("./ComprehendServiceException");class BatchSizeLimitExceededException extends ComprehendServiceException_1.ComprehendServiceException { name = "BatchSizeLimitExceededException"; $fault = "client"; Message; constructor(opts) { super({ name: "BatchSizeLimitExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, BatchSizeLimitExceededException.prototype); this.Message = opts.Message; }}exports.BatchSizeLimitExceededException = BatchSizeLimitExceededException;class InternalServerException extends ComprehendServiceException_1.ComprehendServiceException { name = "InternalServerException"; $fault = "server"; Message; constructor(opts) { super({ name: "InternalServerException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, InternalServerException.prototype); this.Message = opts.Message; }}exports.InternalServerException = InternalServerException;class InvalidRequestException extends ComprehendServiceException_1.ComprehendServiceException { name = "InvalidRequestException"; $fault = "client"; Message; Reason; Detail; constructor(opts) { super({ name: "InvalidRequestException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidRequestException.prototype); this.Message = opts.Message; this.Reason = opts.Reason; this.Detail = opts.Detail; }}exports.InvalidRequestException = InvalidRequestException;class TextSizeLimitExceededException extends ComprehendServiceException_1.ComprehendServiceException { name = "TextSizeLimitExceededException"; $fault = "client"; Message; constructor(opts) { super({ name: "TextSizeLimitExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TextSizeLimitExceededException.prototype); this.Message = opts.Message; }}exports.TextSizeLimitExceededException = TextSizeLimitExceededException;class UnsupportedLanguageException extends ComprehendServiceException_1.ComprehendServiceException { name = "UnsupportedLanguageException"; $fault = "client"; Message; constructor(opts) { super({ name: "UnsupportedLanguageException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, UnsupportedLanguageException.prototype); this.Message = opts.Message; }}exports.UnsupportedLanguageException = UnsupportedLanguageException;class ResourceUnavailableException extends ComprehendServiceException_1.ComprehendServiceException { name = "ResourceUnavailableException"; $fault = "client"; Message; constructor(opts) { super({ name: "ResourceUnavailableException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceUnavailableException.prototype); this.Message = opts.Message; }}exports.ResourceUnavailableException = ResourceUnavailableException;class ResourceInUseException extends ComprehendServiceException_1.ComprehendServiceException { 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;class ResourceLimitExceededException extends ComprehendServiceException_1.ComprehendServiceException { name = "ResourceLimitExceededException"; $fault = "client"; Message; constructor(opts) { super({ name: "ResourceLimitExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceLimitExceededException.prototype); this.Message = opts.Message; }}exports.ResourceLimitExceededException = ResourceLimitExceededException;class ResourceNotFoundException extends ComprehendServiceException_1.ComprehendServiceException { 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 TooManyRequestsException extends ComprehendServiceException_1.ComprehendServiceException { name = "TooManyRequestsException"; $fault = "client"; Message; constructor(opts) { super({ name: "TooManyRequestsException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TooManyRequestsException.prototype); this.Message = opts.Message; }}exports.TooManyRequestsException = TooManyRequestsException;class TooManyTagsException extends ComprehendServiceException_1.ComprehendServiceException { name = "TooManyTagsException"; $fault = "client"; Message; constructor(opts) { super({ name: "TooManyTagsException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TooManyTagsException.prototype); this.Message = opts.Message; }}exports.TooManyTagsException = TooManyTagsException;class KmsKeyValidationException extends ComprehendServiceException_1.ComprehendServiceException { name = "KmsKeyValidationException"; $fault = "client"; Message; constructor(opts) { super({ name: "KmsKeyValidationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, KmsKeyValidationException.prototype); this.Message = opts.Message; }}exports.KmsKeyValidationException = KmsKeyValidationException;class JobNotFoundException extends ComprehendServiceException_1.ComprehendServiceException { name = "JobNotFoundException"; $fault = "client"; Message; constructor(opts) { super({ name: "JobNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, JobNotFoundException.prototype); this.Message = opts.Message; }}exports.JobNotFoundException = JobNotFoundException;class InvalidFilterException extends ComprehendServiceException_1.ComprehendServiceException { name = "InvalidFilterException"; $fault = "client"; Message; constructor(opts) { super({ name: "InvalidFilterException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidFilterException.prototype); this.Message = opts.Message; }}exports.InvalidFilterException = InvalidFilterException;class ConcurrentModificationException extends ComprehendServiceException_1.ComprehendServiceException { 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 TooManyTagKeysException extends ComprehendServiceException_1.ComprehendServiceException { name = "TooManyTagKeysException"; $fault = "client"; Message; constructor(opts) { super({ name: "TooManyTagKeysException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TooManyTagKeysException.prototype); this.Message = opts.Message; }}exports.TooManyTagKeysException = TooManyTagKeysException;