File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-personalize/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.js3.9 KB · 109 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.TooManyTagKeysException = exports.InvalidNextTokenException = exports.TooManyTagsException = exports.ResourceNotFoundException = exports.ResourceInUseException = exports.ResourceAlreadyExistsException = exports.LimitExceededException = exports.InvalidInputException = void 0;const PersonalizeServiceException_1 = require("./PersonalizeServiceException");class InvalidInputException extends PersonalizeServiceException_1.PersonalizeServiceException {    name = "InvalidInputException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidInputException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidInputException.prototype);    }}exports.InvalidInputException = InvalidInputException;class LimitExceededException extends PersonalizeServiceException_1.PersonalizeServiceException {    name = "LimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "LimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, LimitExceededException.prototype);    }}exports.LimitExceededException = LimitExceededException;class ResourceAlreadyExistsException extends PersonalizeServiceException_1.PersonalizeServiceException {    name = "ResourceAlreadyExistsException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);    }}exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;class ResourceInUseException extends PersonalizeServiceException_1.PersonalizeServiceException {    name = "ResourceInUseException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceInUseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceInUseException.prototype);    }}exports.ResourceInUseException = ResourceInUseException;class ResourceNotFoundException extends PersonalizeServiceException_1.PersonalizeServiceException {    name = "ResourceNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);    }}exports.ResourceNotFoundException = ResourceNotFoundException;class TooManyTagsException extends PersonalizeServiceException_1.PersonalizeServiceException {    name = "TooManyTagsException";    $fault = "client";    constructor(opts) {        super({            name: "TooManyTagsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TooManyTagsException.prototype);    }}exports.TooManyTagsException = TooManyTagsException;class InvalidNextTokenException extends PersonalizeServiceException_1.PersonalizeServiceException {    name = "InvalidNextTokenException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidNextTokenException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidNextTokenException.prototype);    }}exports.InvalidNextTokenException = InvalidNextTokenException;class TooManyTagKeysException extends PersonalizeServiceException_1.PersonalizeServiceException {    name = "TooManyTagKeysException";    $fault = "client";    constructor(opts) {        super({            name: "TooManyTagKeysException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TooManyTagKeysException.prototype);    }}exports.TooManyTagKeysException = TooManyTagKeysException;