File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-ivs/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.js13.2 KB · 346 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.StreamUnavailable = exports.ChannelNotBroadcasting = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.ThrottlingException = exports.PendingVerification = exports.ValidationException = exports.ServiceUnavailable = exports.AccessDeniedException = void 0;const IvsServiceException_1 = require("./IvsServiceException");class AccessDeniedException extends IvsServiceException_1.IvsServiceException {    name = "AccessDeniedException";    $fault = "client";    accessControlAllowOrigin;    accessControlExposeHeaders;    cacheControl;    contentSecurityPolicy;    strictTransportSecurity;    xContentTypeOptions;    xFrameOptions;    xAmznErrorType;    exceptionMessage;    constructor(opts) {        super({            name: "AccessDeniedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessDeniedException.prototype);        this.accessControlAllowOrigin = opts.accessControlAllowOrigin;        this.accessControlExposeHeaders = opts.accessControlExposeHeaders;        this.cacheControl = opts.cacheControl;        this.contentSecurityPolicy = opts.contentSecurityPolicy;        this.strictTransportSecurity = opts.strictTransportSecurity;        this.xContentTypeOptions = opts.xContentTypeOptions;        this.xFrameOptions = opts.xFrameOptions;        this.xAmznErrorType = opts.xAmznErrorType;        this.exceptionMessage = opts.exceptionMessage;    }}exports.AccessDeniedException = AccessDeniedException;class ServiceUnavailable extends IvsServiceException_1.IvsServiceException {    name = "ServiceUnavailable";    $fault = "server";    accessControlAllowOrigin;    accessControlExposeHeaders;    cacheControl;    contentSecurityPolicy;    strictTransportSecurity;    xContentTypeOptions;    xFrameOptions;    xAmznErrorType;    exceptionMessage;    constructor(opts) {        super({            name: "ServiceUnavailable",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, ServiceUnavailable.prototype);        this.accessControlAllowOrigin = opts.accessControlAllowOrigin;        this.accessControlExposeHeaders = opts.accessControlExposeHeaders;        this.cacheControl = opts.cacheControl;        this.contentSecurityPolicy = opts.contentSecurityPolicy;        this.strictTransportSecurity = opts.strictTransportSecurity;        this.xContentTypeOptions = opts.xContentTypeOptions;        this.xFrameOptions = opts.xFrameOptions;        this.xAmznErrorType = opts.xAmznErrorType;        this.exceptionMessage = opts.exceptionMessage;    }}exports.ServiceUnavailable = ServiceUnavailable;class ValidationException extends IvsServiceException_1.IvsServiceException {    name = "ValidationException";    $fault = "client";    accessControlAllowOrigin;    accessControlExposeHeaders;    cacheControl;    contentSecurityPolicy;    strictTransportSecurity;    xContentTypeOptions;    xFrameOptions;    xAmznErrorType;    exceptionMessage;    constructor(opts) {        super({            name: "ValidationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ValidationException.prototype);        this.accessControlAllowOrigin = opts.accessControlAllowOrigin;        this.accessControlExposeHeaders = opts.accessControlExposeHeaders;        this.cacheControl = opts.cacheControl;        this.contentSecurityPolicy = opts.contentSecurityPolicy;        this.strictTransportSecurity = opts.strictTransportSecurity;        this.xContentTypeOptions = opts.xContentTypeOptions;        this.xFrameOptions = opts.xFrameOptions;        this.xAmznErrorType = opts.xAmznErrorType;        this.exceptionMessage = opts.exceptionMessage;    }}exports.ValidationException = ValidationException;class PendingVerification extends IvsServiceException_1.IvsServiceException {    name = "PendingVerification";    $fault = "client";    accessControlAllowOrigin;    accessControlExposeHeaders;    cacheControl;    contentSecurityPolicy;    strictTransportSecurity;    xContentTypeOptions;    xFrameOptions;    xAmznErrorType;    exceptionMessage;    constructor(opts) {        super({            name: "PendingVerification",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, PendingVerification.prototype);        this.accessControlAllowOrigin = opts.accessControlAllowOrigin;        this.accessControlExposeHeaders = opts.accessControlExposeHeaders;        this.cacheControl = opts.cacheControl;        this.contentSecurityPolicy = opts.contentSecurityPolicy;        this.strictTransportSecurity = opts.strictTransportSecurity;        this.xContentTypeOptions = opts.xContentTypeOptions;        this.xFrameOptions = opts.xFrameOptions;        this.xAmznErrorType = opts.xAmznErrorType;        this.exceptionMessage = opts.exceptionMessage;    }}exports.PendingVerification = PendingVerification;class ThrottlingException extends IvsServiceException_1.IvsServiceException {    name = "ThrottlingException";    $fault = "client";    accessControlAllowOrigin;    accessControlExposeHeaders;    cacheControl;    contentSecurityPolicy;    strictTransportSecurity;    xContentTypeOptions;    xFrameOptions;    xAmznErrorType;    exceptionMessage;    constructor(opts) {        super({            name: "ThrottlingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ThrottlingException.prototype);        this.accessControlAllowOrigin = opts.accessControlAllowOrigin;        this.accessControlExposeHeaders = opts.accessControlExposeHeaders;        this.cacheControl = opts.cacheControl;        this.contentSecurityPolicy = opts.contentSecurityPolicy;        this.strictTransportSecurity = opts.strictTransportSecurity;        this.xContentTypeOptions = opts.xContentTypeOptions;        this.xFrameOptions = opts.xFrameOptions;        this.xAmznErrorType = opts.xAmznErrorType;        this.exceptionMessage = opts.exceptionMessage;    }}exports.ThrottlingException = ThrottlingException;class ConflictException extends IvsServiceException_1.IvsServiceException {    name = "ConflictException";    $fault = "client";    accessControlAllowOrigin;    accessControlExposeHeaders;    cacheControl;    contentSecurityPolicy;    strictTransportSecurity;    xContentTypeOptions;    xFrameOptions;    xAmznErrorType;    exceptionMessage;    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);        this.accessControlAllowOrigin = opts.accessControlAllowOrigin;        this.accessControlExposeHeaders = opts.accessControlExposeHeaders;        this.cacheControl = opts.cacheControl;        this.contentSecurityPolicy = opts.contentSecurityPolicy;        this.strictTransportSecurity = opts.strictTransportSecurity;        this.xContentTypeOptions = opts.xContentTypeOptions;        this.xFrameOptions = opts.xFrameOptions;        this.xAmznErrorType = opts.xAmznErrorType;        this.exceptionMessage = opts.exceptionMessage;    }}exports.ConflictException = ConflictException;class InternalServerException extends IvsServiceException_1.IvsServiceException {    name = "InternalServerException";    $fault = "server";    accessControlAllowOrigin;    accessControlExposeHeaders;    cacheControl;    contentSecurityPolicy;    strictTransportSecurity;    xContentTypeOptions;    xFrameOptions;    xAmznErrorType;    exceptionMessage;    constructor(opts) {        super({            name: "InternalServerException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalServerException.prototype);        this.accessControlAllowOrigin = opts.accessControlAllowOrigin;        this.accessControlExposeHeaders = opts.accessControlExposeHeaders;        this.cacheControl = opts.cacheControl;        this.contentSecurityPolicy = opts.contentSecurityPolicy;        this.strictTransportSecurity = opts.strictTransportSecurity;        this.xContentTypeOptions = opts.xContentTypeOptions;        this.xFrameOptions = opts.xFrameOptions;        this.xAmznErrorType = opts.xAmznErrorType;        this.exceptionMessage = opts.exceptionMessage;    }}exports.InternalServerException = InternalServerException;class ResourceNotFoundException extends IvsServiceException_1.IvsServiceException {    name = "ResourceNotFoundException";    $fault = "client";    accessControlAllowOrigin;    accessControlExposeHeaders;    cacheControl;    contentSecurityPolicy;    strictTransportSecurity;    xContentTypeOptions;    xFrameOptions;    xAmznErrorType;    exceptionMessage;    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);        this.accessControlAllowOrigin = opts.accessControlAllowOrigin;        this.accessControlExposeHeaders = opts.accessControlExposeHeaders;        this.cacheControl = opts.cacheControl;        this.contentSecurityPolicy = opts.contentSecurityPolicy;        this.strictTransportSecurity = opts.strictTransportSecurity;        this.xContentTypeOptions = opts.xContentTypeOptions;        this.xFrameOptions = opts.xFrameOptions;        this.xAmznErrorType = opts.xAmznErrorType;        this.exceptionMessage = opts.exceptionMessage;    }}exports.ResourceNotFoundException = ResourceNotFoundException;class ServiceQuotaExceededException extends IvsServiceException_1.IvsServiceException {    name = "ServiceQuotaExceededException";    $fault = "client";    accessControlAllowOrigin;    accessControlExposeHeaders;    cacheControl;    contentSecurityPolicy;    strictTransportSecurity;    xContentTypeOptions;    xFrameOptions;    xAmznErrorType;    exceptionMessage;    constructor(opts) {        super({            name: "ServiceQuotaExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);        this.accessControlAllowOrigin = opts.accessControlAllowOrigin;        this.accessControlExposeHeaders = opts.accessControlExposeHeaders;        this.cacheControl = opts.cacheControl;        this.contentSecurityPolicy = opts.contentSecurityPolicy;        this.strictTransportSecurity = opts.strictTransportSecurity;        this.xContentTypeOptions = opts.xContentTypeOptions;        this.xFrameOptions = opts.xFrameOptions;        this.xAmznErrorType = opts.xAmznErrorType;        this.exceptionMessage = opts.exceptionMessage;    }}exports.ServiceQuotaExceededException = ServiceQuotaExceededException;class ChannelNotBroadcasting extends IvsServiceException_1.IvsServiceException {    name = "ChannelNotBroadcasting";    $fault = "client";    accessControlAllowOrigin;    accessControlExposeHeaders;    cacheControl;    contentSecurityPolicy;    strictTransportSecurity;    xContentTypeOptions;    xFrameOptions;    xAmznErrorType;    exceptionMessage;    constructor(opts) {        super({            name: "ChannelNotBroadcasting",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ChannelNotBroadcasting.prototype);        this.accessControlAllowOrigin = opts.accessControlAllowOrigin;        this.accessControlExposeHeaders = opts.accessControlExposeHeaders;        this.cacheControl = opts.cacheControl;        this.contentSecurityPolicy = opts.contentSecurityPolicy;        this.strictTransportSecurity = opts.strictTransportSecurity;        this.xContentTypeOptions = opts.xContentTypeOptions;        this.xFrameOptions = opts.xFrameOptions;        this.xAmznErrorType = opts.xAmznErrorType;        this.exceptionMessage = opts.exceptionMessage;    }}exports.ChannelNotBroadcasting = ChannelNotBroadcasting;class StreamUnavailable extends IvsServiceException_1.IvsServiceException {    name = "StreamUnavailable";    $fault = "server";    accessControlAllowOrigin;    accessControlExposeHeaders;    cacheControl;    contentSecurityPolicy;    strictTransportSecurity;    xContentTypeOptions;    xFrameOptions;    xAmznErrorType;    exceptionMessage;    constructor(opts) {        super({            name: "StreamUnavailable",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, StreamUnavailable.prototype);        this.accessControlAllowOrigin = opts.accessControlAllowOrigin;        this.accessControlExposeHeaders = opts.accessControlExposeHeaders;        this.cacheControl = opts.cacheControl;        this.contentSecurityPolicy = opts.contentSecurityPolicy;        this.strictTransportSecurity = opts.strictTransportSecurity;        this.xContentTypeOptions = opts.xContentTypeOptions;        this.xFrameOptions = opts.xFrameOptions;        this.xAmznErrorType = opts.xAmznErrorType;        this.exceptionMessage = opts.exceptionMessage;    }}exports.StreamUnavailable = StreamUnavailable;