/proc/self/root/var/runtime/node_modules/@aws-sdk/client-appintegrations/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.UnsupportedOperationException = exports.ThrottlingException = exports.ResourceQuotaExceededException = exports.InvalidRequestException = exports.InternalServiceError = exports.DuplicateResourceException = exports.AccessDeniedException = void 0;const AppIntegrationsServiceException_1 = require("./AppIntegrationsServiceException");class AccessDeniedException extends AppIntegrationsServiceException_1.AppIntegrationsServiceException { name = "AccessDeniedException"; $fault = "client"; Message; constructor(opts) { super({ name: "AccessDeniedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, AccessDeniedException.prototype); this.Message = opts.Message; }}exports.AccessDeniedException = AccessDeniedException;class DuplicateResourceException extends AppIntegrationsServiceException_1.AppIntegrationsServiceException { name = "DuplicateResourceException"; $fault = "client"; Message; constructor(opts) { super({ name: "DuplicateResourceException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DuplicateResourceException.prototype); this.Message = opts.Message; }}exports.DuplicateResourceException = DuplicateResourceException;class InternalServiceError extends AppIntegrationsServiceException_1.AppIntegrationsServiceException { name = "InternalServiceError"; $fault = "server"; Message; constructor(opts) { super({ name: "InternalServiceError", $fault: "server", ...opts, }); Object.setPrototypeOf(this, InternalServiceError.prototype); this.Message = opts.Message; }}exports.InternalServiceError = InternalServiceError;class InvalidRequestException extends AppIntegrationsServiceException_1.AppIntegrationsServiceException { name = "InvalidRequestException"; $fault = "client"; Message; constructor(opts) { super({ name: "InvalidRequestException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidRequestException.prototype); this.Message = opts.Message; }}exports.InvalidRequestException = InvalidRequestException;class ResourceQuotaExceededException extends AppIntegrationsServiceException_1.AppIntegrationsServiceException { name = "ResourceQuotaExceededException"; $fault = "client"; Message; constructor(opts) { super({ name: "ResourceQuotaExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceQuotaExceededException.prototype); this.Message = opts.Message; }}exports.ResourceQuotaExceededException = ResourceQuotaExceededException;class ThrottlingException extends AppIntegrationsServiceException_1.AppIntegrationsServiceException { name = "ThrottlingException"; $fault = "client"; Message; constructor(opts) { super({ name: "ThrottlingException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ThrottlingException.prototype); this.Message = opts.Message; }}exports.ThrottlingException = ThrottlingException;class UnsupportedOperationException extends AppIntegrationsServiceException_1.AppIntegrationsServiceException { name = "UnsupportedOperationException"; $fault = "client"; Message; constructor(opts) { super({ name: "UnsupportedOperationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, UnsupportedOperationException.prototype); this.Message = opts.Message; }}exports.UnsupportedOperationException = UnsupportedOperationException;class ResourceNotFoundException extends AppIntegrationsServiceException_1.AppIntegrationsServiceException { name = "ResourceNotFoundException"; $fault = "client"; Message; constructor(opts) { super({ name: "ResourceNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceNotFoundException.prototype); this.Message = opts.Message; }}exports.ResourceNotFoundException = ResourceNotFoundException;