File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-eventbridge/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.js6.3 KB · 174 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.PolicyLengthExceededException = exports.ManagedRuleException = exports.ThrottlingException = exports.InvalidEventPatternException = exports.ResourceAlreadyExistsException = exports.LimitExceededException = exports.IllegalStatusException = exports.ResourceNotFoundException = exports.OperationDisabledException = exports.InvalidStateException = exports.InternalException = exports.ConcurrentModificationException = exports.AccessDeniedException = void 0;const EventBridgeServiceException_1 = require("./EventBridgeServiceException");class AccessDeniedException extends EventBridgeServiceException_1.EventBridgeServiceException {    name = "AccessDeniedException";    $fault = "client";    constructor(opts) {        super({            name: "AccessDeniedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessDeniedException.prototype);    }}exports.AccessDeniedException = AccessDeniedException;class ConcurrentModificationException extends EventBridgeServiceException_1.EventBridgeServiceException {    name = "ConcurrentModificationException";    $fault = "client";    constructor(opts) {        super({            name: "ConcurrentModificationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConcurrentModificationException.prototype);    }}exports.ConcurrentModificationException = ConcurrentModificationException;class InternalException extends EventBridgeServiceException_1.EventBridgeServiceException {    name = "InternalException";    $fault = "server";    constructor(opts) {        super({            name: "InternalException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalException.prototype);    }}exports.InternalException = InternalException;class InvalidStateException extends EventBridgeServiceException_1.EventBridgeServiceException {    name = "InvalidStateException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidStateException.prototype);    }}exports.InvalidStateException = InvalidStateException;class OperationDisabledException extends EventBridgeServiceException_1.EventBridgeServiceException {    name = "OperationDisabledException";    $fault = "client";    constructor(opts) {        super({            name: "OperationDisabledException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OperationDisabledException.prototype);    }}exports.OperationDisabledException = OperationDisabledException;class ResourceNotFoundException extends EventBridgeServiceException_1.EventBridgeServiceException {    name = "ResourceNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);    }}exports.ResourceNotFoundException = ResourceNotFoundException;class IllegalStatusException extends EventBridgeServiceException_1.EventBridgeServiceException {    name = "IllegalStatusException";    $fault = "client";    constructor(opts) {        super({            name: "IllegalStatusException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IllegalStatusException.prototype);    }}exports.IllegalStatusException = IllegalStatusException;class LimitExceededException extends EventBridgeServiceException_1.EventBridgeServiceException {    name = "LimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "LimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, LimitExceededException.prototype);    }}exports.LimitExceededException = LimitExceededException;class ResourceAlreadyExistsException extends EventBridgeServiceException_1.EventBridgeServiceException {    name = "ResourceAlreadyExistsException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);    }}exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;class InvalidEventPatternException extends EventBridgeServiceException_1.EventBridgeServiceException {    name = "InvalidEventPatternException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidEventPatternException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidEventPatternException.prototype);    }}exports.InvalidEventPatternException = InvalidEventPatternException;class ThrottlingException extends EventBridgeServiceException_1.EventBridgeServiceException {    name = "ThrottlingException";    $fault = "client";    constructor(opts) {        super({            name: "ThrottlingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ThrottlingException.prototype);    }}exports.ThrottlingException = ThrottlingException;class ManagedRuleException extends EventBridgeServiceException_1.EventBridgeServiceException {    name = "ManagedRuleException";    $fault = "client";    constructor(opts) {        super({            name: "ManagedRuleException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ManagedRuleException.prototype);    }}exports.ManagedRuleException = ManagedRuleException;class PolicyLengthExceededException extends EventBridgeServiceException_1.EventBridgeServiceException {    name = "PolicyLengthExceededException";    $fault = "client";    constructor(opts) {        super({            name: "PolicyLengthExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, PolicyLengthExceededException.prototype);    }}exports.PolicyLengthExceededException = PolicyLengthExceededException;