File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-iottwinmaker/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.js5.3 KB · 149 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.TooManyTagsException = exports.ConnectorTimeoutException = exports.ConnectorFailureException = exports.QueryTimeoutException = exports.ServiceQuotaExceededException = exports.ConflictException = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.AccessDeniedException = void 0;const IoTTwinMakerServiceException_1 = require("./IoTTwinMakerServiceException");class AccessDeniedException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {    name = "AccessDeniedException";    $fault = "client";    constructor(opts) {        super({            name: "AccessDeniedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessDeniedException.prototype);    }}exports.AccessDeniedException = AccessDeniedException;class InternalServerException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {    name = "InternalServerException";    $fault = "server";    constructor(opts) {        super({            name: "InternalServerException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalServerException.prototype);    }}exports.InternalServerException = InternalServerException;class ResourceNotFoundException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {    name = "ResourceNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);    }}exports.ResourceNotFoundException = ResourceNotFoundException;class ThrottlingException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {    name = "ThrottlingException";    $fault = "client";    constructor(opts) {        super({            name: "ThrottlingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ThrottlingException.prototype);    }}exports.ThrottlingException = ThrottlingException;class ValidationException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {    name = "ValidationException";    $fault = "client";    constructor(opts) {        super({            name: "ValidationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ValidationException.prototype);    }}exports.ValidationException = ValidationException;class ConflictException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {    name = "ConflictException";    $fault = "client";    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);    }}exports.ConflictException = ConflictException;class ServiceQuotaExceededException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {    name = "ServiceQuotaExceededException";    $fault = "client";    constructor(opts) {        super({            name: "ServiceQuotaExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);    }}exports.ServiceQuotaExceededException = ServiceQuotaExceededException;class QueryTimeoutException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {    name = "QueryTimeoutException";    $fault = "client";    $retryable = {};    constructor(opts) {        super({            name: "QueryTimeoutException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, QueryTimeoutException.prototype);    }}exports.QueryTimeoutException = QueryTimeoutException;class ConnectorFailureException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {    name = "ConnectorFailureException";    $fault = "client";    constructor(opts) {        super({            name: "ConnectorFailureException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConnectorFailureException.prototype);    }}exports.ConnectorFailureException = ConnectorFailureException;class ConnectorTimeoutException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {    name = "ConnectorTimeoutException";    $fault = "client";    constructor(opts) {        super({            name: "ConnectorTimeoutException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConnectorTimeoutException.prototype);    }}exports.ConnectorTimeoutException = ConnectorTimeoutException;class TooManyTagsException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {    name = "TooManyTagsException";    $fault = "client";    constructor(opts) {        super({            name: "TooManyTagsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TooManyTagsException.prototype);    }}exports.TooManyTagsException = TooManyTagsException;