/proc/self/root/var/runtime/node_modules/@aws-sdk/client-iotfleetwise/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.InvalidNodeException = exports.InvalidSignalsException = exports.DecoderManifestValidationException = exports.ConflictException = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.InternalServerException = exports.AccessDeniedException = void 0;const IoTFleetWiseServiceException_1 = require("./IoTFleetWiseServiceException");class AccessDeniedException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException { name = "AccessDeniedException"; $fault = "client"; constructor(opts) { super({ name: "AccessDeniedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, AccessDeniedException.prototype); }}exports.AccessDeniedException = AccessDeniedException;class InternalServerException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException { name = "InternalServerException"; $fault = "server"; retryAfterSeconds; constructor(opts) { super({ name: "InternalServerException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, InternalServerException.prototype); this.retryAfterSeconds = opts.retryAfterSeconds; }}exports.InternalServerException = InternalServerException;class LimitExceededException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException { name = "LimitExceededException"; $fault = "client"; resourceId; resourceType; constructor(opts) { super({ name: "LimitExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, LimitExceededException.prototype); this.resourceId = opts.resourceId; this.resourceType = opts.resourceType; }}exports.LimitExceededException = LimitExceededException;class ResourceNotFoundException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException { name = "ResourceNotFoundException"; $fault = "client"; resourceId; resourceType; constructor(opts) { super({ name: "ResourceNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceNotFoundException.prototype); this.resourceId = opts.resourceId; this.resourceType = opts.resourceType; }}exports.ResourceNotFoundException = ResourceNotFoundException;class ThrottlingException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException { name = "ThrottlingException"; $fault = "client"; quotaCode; serviceCode; retryAfterSeconds; constructor(opts) { super({ name: "ThrottlingException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ThrottlingException.prototype); this.quotaCode = opts.quotaCode; this.serviceCode = opts.serviceCode; this.retryAfterSeconds = opts.retryAfterSeconds; }}exports.ThrottlingException = ThrottlingException;class ValidationException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException { name = "ValidationException"; $fault = "client"; reason; fieldList; constructor(opts) { super({ name: "ValidationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ValidationException.prototype); this.reason = opts.reason; this.fieldList = opts.fieldList; }}exports.ValidationException = ValidationException;class ConflictException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException { name = "ConflictException"; $fault = "client"; resource; resourceType; constructor(opts) { super({ name: "ConflictException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConflictException.prototype); this.resource = opts.resource; this.resourceType = opts.resourceType; }}exports.ConflictException = ConflictException;class DecoderManifestValidationException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException { name = "DecoderManifestValidationException"; $fault = "client"; invalidSignals; invalidNetworkInterfaces; constructor(opts) { super({ name: "DecoderManifestValidationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DecoderManifestValidationException.prototype); this.invalidSignals = opts.invalidSignals; this.invalidNetworkInterfaces = opts.invalidNetworkInterfaces; }}exports.DecoderManifestValidationException = DecoderManifestValidationException;class InvalidSignalsException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException { name = "InvalidSignalsException"; $fault = "client"; invalidSignals; constructor(opts) { super({ name: "InvalidSignalsException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidSignalsException.prototype); this.invalidSignals = opts.invalidSignals; }}exports.InvalidSignalsException = InvalidSignalsException;class InvalidNodeException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException { name = "InvalidNodeException"; $fault = "client"; invalidNodes; reason; constructor(opts) { super({ name: "InvalidNodeException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidNodeException.prototype); this.invalidNodes = opts.invalidNodes; this.reason = opts.reason; }}exports.InvalidNodeException = InvalidNodeException;