/proc/self/root/var/runtime/node_modules/@aws-sdk/client-iotdeviceadvisor/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.ResourceNotFoundException = exports.ValidationException = exports.InternalServerException = exports.ConflictException = void 0;const IotDeviceAdvisorServiceException_1 = require("./IotDeviceAdvisorServiceException");class ConflictException extends IotDeviceAdvisorServiceException_1.IotDeviceAdvisorServiceException { name = "ConflictException"; $fault = "client"; constructor(opts) { super({ name: "ConflictException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConflictException.prototype); }}exports.ConflictException = ConflictException;class InternalServerException extends IotDeviceAdvisorServiceException_1.IotDeviceAdvisorServiceException { name = "InternalServerException"; $fault = "server"; constructor(opts) { super({ name: "InternalServerException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, InternalServerException.prototype); }}exports.InternalServerException = InternalServerException;class ValidationException extends IotDeviceAdvisorServiceException_1.IotDeviceAdvisorServiceException { name = "ValidationException"; $fault = "client"; constructor(opts) { super({ name: "ValidationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ValidationException.prototype); }}exports.ValidationException = ValidationException;class ResourceNotFoundException extends IotDeviceAdvisorServiceException_1.IotDeviceAdvisorServiceException { name = "ResourceNotFoundException"; $fault = "client"; constructor(opts) { super({ name: "ResourceNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceNotFoundException.prototype); }}exports.ResourceNotFoundException = ResourceNotFoundException;