/** * Copyright (c) 2020 TypeFox GmbH. All rights reserved. * Licensed under the GNU Affero General Public License (AGPL). * See License-AGPL.txt in the project root for license information. */ export declare namespace ErrorCodes { const NOT_AUTHENTICATED = 401; const NOT_ENOUGH_CREDIT = 402; const PERMISSION_DENIED = 403; const NOT_FOUND = 404; const CONFLICT = 409; const SETUP_REQUIRED = 410; const REPOSITORY_NOT_WHITELISTED = 430; const CONTEXT_PARSE_ERROR = 460; const PAYMENT_ERROR = 450; const USER_BLOCKED = 470; const USER_DELETED = 471; const PLAN_DOES_NOT_ALLOW_PRIVATE_REPOS = 480; const PLAN_PROFESSIONAL_REQUIRED = 481; const PLAN_ONLY_ALLOWED_FOR_STUDENTS = 485; const TOO_MANY_RUNNING_WORKSPACES = 490; const EE_FEATURE = 501; const EE_LICENSE_REQUIRED = 555; const TEAM_SUBSCRIPTION_INVALID_QUANTITY = 610; const TEAM_SUBSCRIPTION_ASSIGNMENT_FAILED = 620; const NOT_IMPLEMENTED = 666; } //# sourceMappingURL=error.d.ts.map