export declare enum ErrorType { apiError = "api_error", authError = "authentication_error", resourceError = "resource_error" } export declare enum Code { tokenFailure = "token_authentication_failure", authenticationFailure = "authentication_credentials_failure", accessNotAllowed = "access_not_allowed", notFound = "not_found", validationError = "resource_validation_error", constraintError = "resource_constraint_error", internalServerError = "internal_server_error", serviceUnavailable = "service_unavailable", invalidData = "invalid_data", projectDocumentSizeTooBig = "project_document_size_too_big" }