File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-codeconnections/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.js9.5 KB · 260 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.SyncBlockerDoesNotExistException = exports.RetryLatestCommitFailedException = exports.UpdateOutOfSyncException = exports.ConditionalCheckFailedException = exports.UnsupportedOperationException = exports.ConflictException = exports.UnsupportedProviderTypeException = exports.SyncConfigurationStillExistsException = exports.ThrottlingException = exports.ResourceAlreadyExistsException = exports.InvalidInputException = exports.InternalServerException = exports.ConcurrentModificationException = exports.ResourceUnavailableException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.AccessDeniedException = void 0;const CodeConnectionsServiceException_1 = require("./CodeConnectionsServiceException");class AccessDeniedException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    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 LimitExceededException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    name = "LimitExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "LimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, LimitExceededException.prototype);        this.Message = opts.Message;    }}exports.LimitExceededException = LimitExceededException;class ResourceNotFoundException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    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;class ResourceUnavailableException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    name = "ResourceUnavailableException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceUnavailableException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceUnavailableException.prototype);        this.Message = opts.Message;    }}exports.ResourceUnavailableException = ResourceUnavailableException;class ConcurrentModificationException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    name = "ConcurrentModificationException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ConcurrentModificationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConcurrentModificationException.prototype);        this.Message = opts.Message;    }}exports.ConcurrentModificationException = ConcurrentModificationException;class InternalServerException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    name = "InternalServerException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "InternalServerException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalServerException.prototype);        this.Message = opts.Message;    }}exports.InternalServerException = InternalServerException;class InvalidInputException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    name = "InvalidInputException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidInputException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidInputException.prototype);        this.Message = opts.Message;    }}exports.InvalidInputException = InvalidInputException;class ResourceAlreadyExistsException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    name = "ResourceAlreadyExistsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);        this.Message = opts.Message;    }}exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;class ThrottlingException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    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 SyncConfigurationStillExistsException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    name = "SyncConfigurationStillExistsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "SyncConfigurationStillExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SyncConfigurationStillExistsException.prototype);        this.Message = opts.Message;    }}exports.SyncConfigurationStillExistsException = SyncConfigurationStillExistsException;class UnsupportedProviderTypeException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    name = "UnsupportedProviderTypeException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "UnsupportedProviderTypeException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UnsupportedProviderTypeException.prototype);        this.Message = opts.Message;    }}exports.UnsupportedProviderTypeException = UnsupportedProviderTypeException;class ConflictException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    name = "ConflictException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);        this.Message = opts.Message;    }}exports.ConflictException = ConflictException;class UnsupportedOperationException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    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 ConditionalCheckFailedException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    name = "ConditionalCheckFailedException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ConditionalCheckFailedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConditionalCheckFailedException.prototype);        this.Message = opts.Message;    }}exports.ConditionalCheckFailedException = ConditionalCheckFailedException;class UpdateOutOfSyncException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    name = "UpdateOutOfSyncException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "UpdateOutOfSyncException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UpdateOutOfSyncException.prototype);        this.Message = opts.Message;    }}exports.UpdateOutOfSyncException = UpdateOutOfSyncException;class RetryLatestCommitFailedException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    name = "RetryLatestCommitFailedException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "RetryLatestCommitFailedException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, RetryLatestCommitFailedException.prototype);        this.Message = opts.Message;    }}exports.RetryLatestCommitFailedException = RetryLatestCommitFailedException;class SyncBlockerDoesNotExistException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {    name = "SyncBlockerDoesNotExistException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "SyncBlockerDoesNotExistException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SyncBlockerDoesNotExistException.prototype);        this.Message = opts.Message;    }}exports.SyncBlockerDoesNotExistException = SyncBlockerDoesNotExistException;