File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-codebuild/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.js3.0 KB · 83 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.ResourceNotFoundException = exports.OAuthProviderException = exports.ResourceAlreadyExistsException = exports.InvalidInputException = exports.AccountSuspendedException = exports.AccountLimitExceededException = void 0;const CodeBuildServiceException_1 = require("./CodeBuildServiceException");class AccountLimitExceededException extends CodeBuildServiceException_1.CodeBuildServiceException {    name = "AccountLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "AccountLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccountLimitExceededException.prototype);    }}exports.AccountLimitExceededException = AccountLimitExceededException;class AccountSuspendedException extends CodeBuildServiceException_1.CodeBuildServiceException {    name = "AccountSuspendedException";    $fault = "client";    constructor(opts) {        super({            name: "AccountSuspendedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccountSuspendedException.prototype);    }}exports.AccountSuspendedException = AccountSuspendedException;class InvalidInputException extends CodeBuildServiceException_1.CodeBuildServiceException {    name = "InvalidInputException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidInputException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidInputException.prototype);    }}exports.InvalidInputException = InvalidInputException;class ResourceAlreadyExistsException extends CodeBuildServiceException_1.CodeBuildServiceException {    name = "ResourceAlreadyExistsException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);    }}exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;class OAuthProviderException extends CodeBuildServiceException_1.CodeBuildServiceException {    name = "OAuthProviderException";    $fault = "client";    constructor(opts) {        super({            name: "OAuthProviderException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OAuthProviderException.prototype);    }}exports.OAuthProviderException = OAuthProviderException;class ResourceNotFoundException extends CodeBuildServiceException_1.CodeBuildServiceException {    name = "ResourceNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);    }}exports.ResourceNotFoundException = ResourceNotFoundException;