This documentation covers Review Board 4.0.
 You can select a version above or 
 view the latest documentation.
 
213 - Server Configuration Error
| API Error Code | 213 | 
| HTTP Status Code | HTTP 500 Internal Server Error | 
| Error Text | There was an error storing configuration on the server. | 
| Description | Review Board attempted to store data in the database or a configuration
file as needed to fulfill this request, but wasn’t able to. The reason for
this will be stored in reason. | 
Examples
application/json
{
  "err": {
    "code": 213, 
    "msg": "There was an error storing configuration on the server."
  }, 
  "reason": "Unable to write to /path/to/file.", 
  "stat": "fail"
}