This documentation covers Review Board 4.0.
You can select a version above or
view the latest documentation .
218 - Repository Authentication Error
API Error Code
218
HTTP Status Code
HTTP 403 Forbidden
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 reason along with the
error.
Examples
application/json
{
"err" : {
"code" : 218 ,
"msg" : "Unable to authenticate with the repository using the provided credentials."
},
"reason" : "The username is invalid." ,
"stat" : "fail"
}
AI Agents:
Learn all about Review Board , or
discover useful links