File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-s3vectors/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.3 KB · 182 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.KmsNotFoundException = exports.KmsInvalidStateException = exports.KmsInvalidKeyUsageException = exports.KmsDisabledException = exports.ValidationException = exports.TooManyRequestsException = exports.ServiceUnavailableException = exports.ServiceQuotaExceededException = exports.RequestTimeoutException = exports.NotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;const S3VectorsServiceException_1 = require("./S3VectorsServiceException");class AccessDeniedException extends S3VectorsServiceException_1.S3VectorsServiceException {    name = "AccessDeniedException";    $fault = "client";    constructor(opts) {        super({            name: "AccessDeniedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessDeniedException.prototype);    }}exports.AccessDeniedException = AccessDeniedException;class ConflictException extends S3VectorsServiceException_1.S3VectorsServiceException {    name = "ConflictException";    $fault = "client";    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);    }}exports.ConflictException = ConflictException;class InternalServerException extends S3VectorsServiceException_1.S3VectorsServiceException {    name = "InternalServerException";    $fault = "server";    $retryable = {};    constructor(opts) {        super({            name: "InternalServerException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalServerException.prototype);    }}exports.InternalServerException = InternalServerException;class NotFoundException extends S3VectorsServiceException_1.S3VectorsServiceException {    name = "NotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "NotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, NotFoundException.prototype);    }}exports.NotFoundException = NotFoundException;class RequestTimeoutException extends S3VectorsServiceException_1.S3VectorsServiceException {    name = "RequestTimeoutException";    $fault = "client";    $retryable = {};    constructor(opts) {        super({            name: "RequestTimeoutException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, RequestTimeoutException.prototype);    }}exports.RequestTimeoutException = RequestTimeoutException;class ServiceQuotaExceededException extends S3VectorsServiceException_1.S3VectorsServiceException {    name = "ServiceQuotaExceededException";    $fault = "client";    constructor(opts) {        super({            name: "ServiceQuotaExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);    }}exports.ServiceQuotaExceededException = ServiceQuotaExceededException;class ServiceUnavailableException extends S3VectorsServiceException_1.S3VectorsServiceException {    name = "ServiceUnavailableException";    $fault = "server";    $retryable = {};    constructor(opts) {        super({            name: "ServiceUnavailableException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, ServiceUnavailableException.prototype);    }}exports.ServiceUnavailableException = ServiceUnavailableException;class TooManyRequestsException extends S3VectorsServiceException_1.S3VectorsServiceException {    name = "TooManyRequestsException";    $fault = "client";    $retryable = {        throttling: true,    };    constructor(opts) {        super({            name: "TooManyRequestsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TooManyRequestsException.prototype);    }}exports.TooManyRequestsException = TooManyRequestsException;class ValidationException extends S3VectorsServiceException_1.S3VectorsServiceException {    name = "ValidationException";    $fault = "client";    fieldList;    constructor(opts) {        super({            name: "ValidationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ValidationException.prototype);        this.fieldList = opts.fieldList;    }}exports.ValidationException = ValidationException;class KmsDisabledException extends S3VectorsServiceException_1.S3VectorsServiceException {    name = "KmsDisabledException";    $fault = "client";    constructor(opts) {        super({            name: "KmsDisabledException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KmsDisabledException.prototype);    }}exports.KmsDisabledException = KmsDisabledException;class KmsInvalidKeyUsageException extends S3VectorsServiceException_1.S3VectorsServiceException {    name = "KmsInvalidKeyUsageException";    $fault = "client";    constructor(opts) {        super({            name: "KmsInvalidKeyUsageException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KmsInvalidKeyUsageException.prototype);    }}exports.KmsInvalidKeyUsageException = KmsInvalidKeyUsageException;class KmsInvalidStateException extends S3VectorsServiceException_1.S3VectorsServiceException {    name = "KmsInvalidStateException";    $fault = "client";    constructor(opts) {        super({            name: "KmsInvalidStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KmsInvalidStateException.prototype);    }}exports.KmsInvalidStateException = KmsInvalidStateException;class KmsNotFoundException extends S3VectorsServiceException_1.S3VectorsServiceException {    name = "KmsNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "KmsNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KmsNotFoundException.prototype);    }}exports.KmsNotFoundException = KmsNotFoundException;