This documentation covers Review Board 2.5.
 You can select a version above or 
 view the latest documentation.
 
222 - Hosting Service Authentication Error
| API Error Code | 222 | 
| HTTP Status Code | HTTP 403 Forbidden | 
| Error Text | There was an error authorizing with a service. | 
| Description | There was an error authenticating with a hosting service. The specific reason it failed is provided in reason. | 
Examples
application/json
{
  "err": {
    "code": 222, 
    "msg": "There was an error authorizing with a service."
  }, 
  "reason": "The username was invalid.", 
  "stat": "fail"
}