218 - Repository Authentication Error¶
API Error Code | 218 |
HTTP Status Code | |
Error Text | Unable to authenticate with the repository using the provided credentials. |
Description | Review Board attempted to authenticate with a repository, but the proper login information wasn’t specified. The specific reason it failed is returned in |
Examples¶
application/json¶
{
"err": {
"code": 218,
"msg": "Unable to authenticate with the repository using the provided credentials.",
"type": "repository-auth-error"
},
"reason": "The username is invalid.",
"stat": "fail"
}