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