File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-support/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.7 KB · 135 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.ThrottlingException = exports.DescribeAttachmentLimitExceeded = exports.CaseCreationLimitExceeded = exports.AttachmentIdNotFound = exports.CaseIdNotFound = exports.InternalServerError = exports.AttachmentSetSizeLimitExceeded = exports.AttachmentSetIdNotFound = exports.AttachmentSetExpired = exports.AttachmentLimitExceeded = void 0;const SupportServiceException_1 = require("./SupportServiceException");class AttachmentLimitExceeded extends SupportServiceException_1.SupportServiceException {    name = "AttachmentLimitExceeded";    $fault = "client";    constructor(opts) {        super({            name: "AttachmentLimitExceeded",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AttachmentLimitExceeded.prototype);    }}exports.AttachmentLimitExceeded = AttachmentLimitExceeded;class AttachmentSetExpired extends SupportServiceException_1.SupportServiceException {    name = "AttachmentSetExpired";    $fault = "client";    constructor(opts) {        super({            name: "AttachmentSetExpired",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AttachmentSetExpired.prototype);    }}exports.AttachmentSetExpired = AttachmentSetExpired;class AttachmentSetIdNotFound extends SupportServiceException_1.SupportServiceException {    name = "AttachmentSetIdNotFound";    $fault = "client";    constructor(opts) {        super({            name: "AttachmentSetIdNotFound",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AttachmentSetIdNotFound.prototype);    }}exports.AttachmentSetIdNotFound = AttachmentSetIdNotFound;class AttachmentSetSizeLimitExceeded extends SupportServiceException_1.SupportServiceException {    name = "AttachmentSetSizeLimitExceeded";    $fault = "client";    constructor(opts) {        super({            name: "AttachmentSetSizeLimitExceeded",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AttachmentSetSizeLimitExceeded.prototype);    }}exports.AttachmentSetSizeLimitExceeded = AttachmentSetSizeLimitExceeded;class InternalServerError extends SupportServiceException_1.SupportServiceException {    name = "InternalServerError";    $fault = "server";    constructor(opts) {        super({            name: "InternalServerError",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalServerError.prototype);    }}exports.InternalServerError = InternalServerError;class CaseIdNotFound extends SupportServiceException_1.SupportServiceException {    name = "CaseIdNotFound";    $fault = "client";    constructor(opts) {        super({            name: "CaseIdNotFound",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CaseIdNotFound.prototype);    }}exports.CaseIdNotFound = CaseIdNotFound;class AttachmentIdNotFound extends SupportServiceException_1.SupportServiceException {    name = "AttachmentIdNotFound";    $fault = "client";    constructor(opts) {        super({            name: "AttachmentIdNotFound",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AttachmentIdNotFound.prototype);    }}exports.AttachmentIdNotFound = AttachmentIdNotFound;class CaseCreationLimitExceeded extends SupportServiceException_1.SupportServiceException {    name = "CaseCreationLimitExceeded";    $fault = "client";    constructor(opts) {        super({            name: "CaseCreationLimitExceeded",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CaseCreationLimitExceeded.prototype);    }}exports.CaseCreationLimitExceeded = CaseCreationLimitExceeded;class DescribeAttachmentLimitExceeded extends SupportServiceException_1.SupportServiceException {    name = "DescribeAttachmentLimitExceeded";    $fault = "client";    constructor(opts) {        super({            name: "DescribeAttachmentLimitExceeded",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DescribeAttachmentLimitExceeded.prototype);    }}exports.DescribeAttachmentLimitExceeded = DescribeAttachmentLimitExceeded;class ThrottlingException extends SupportServiceException_1.SupportServiceException {    name = "ThrottlingException";    $fault = "client";    constructor(opts) {        super({            name: "ThrottlingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ThrottlingException.prototype);    }}exports.ThrottlingException = ThrottlingException;