File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-appflow/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.js4.8 KB · 135 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.UnsupportedOperationException = exports.ServiceQuotaExceededException = exports.ConnectorServerException = exports.ConnectorAuthenticationException = exports.ConflictException = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.AccessDeniedException = void 0;const AppflowServiceException_1 = require("./AppflowServiceException");class AccessDeniedException extends AppflowServiceException_1.AppflowServiceException {    name = "AccessDeniedException";    $fault = "client";    constructor(opts) {        super({            name: "AccessDeniedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessDeniedException.prototype);    }}exports.AccessDeniedException = AccessDeniedException;class InternalServerException extends AppflowServiceException_1.AppflowServiceException {    name = "InternalServerException";    $fault = "server";    constructor(opts) {        super({            name: "InternalServerException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalServerException.prototype);    }}exports.InternalServerException = InternalServerException;class ResourceNotFoundException extends AppflowServiceException_1.AppflowServiceException {    name = "ResourceNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);    }}exports.ResourceNotFoundException = ResourceNotFoundException;class ThrottlingException extends AppflowServiceException_1.AppflowServiceException {    name = "ThrottlingException";    $fault = "client";    constructor(opts) {        super({            name: "ThrottlingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ThrottlingException.prototype);    }}exports.ThrottlingException = ThrottlingException;class ValidationException extends AppflowServiceException_1.AppflowServiceException {    name = "ValidationException";    $fault = "client";    constructor(opts) {        super({            name: "ValidationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ValidationException.prototype);    }}exports.ValidationException = ValidationException;class ConflictException extends AppflowServiceException_1.AppflowServiceException {    name = "ConflictException";    $fault = "client";    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);    }}exports.ConflictException = ConflictException;class ConnectorAuthenticationException extends AppflowServiceException_1.AppflowServiceException {    name = "ConnectorAuthenticationException";    $fault = "client";    constructor(opts) {        super({            name: "ConnectorAuthenticationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConnectorAuthenticationException.prototype);    }}exports.ConnectorAuthenticationException = ConnectorAuthenticationException;class ConnectorServerException extends AppflowServiceException_1.AppflowServiceException {    name = "ConnectorServerException";    $fault = "client";    constructor(opts) {        super({            name: "ConnectorServerException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConnectorServerException.prototype);    }}exports.ConnectorServerException = ConnectorServerException;class ServiceQuotaExceededException extends AppflowServiceException_1.AppflowServiceException {    name = "ServiceQuotaExceededException";    $fault = "client";    constructor(opts) {        super({            name: "ServiceQuotaExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);    }}exports.ServiceQuotaExceededException = ServiceQuotaExceededException;class UnsupportedOperationException extends AppflowServiceException_1.AppflowServiceException {    name = "UnsupportedOperationException";    $fault = "client";    constructor(opts) {        super({            name: "UnsupportedOperationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UnsupportedOperationException.prototype);    }}exports.UnsupportedOperationException = UnsupportedOperationException;