213 - Server Configuration Error¶
API Error Code | 213 |
HTTP Status Code | |
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 |
Examples¶
application/json¶
{
"err": {
"code": 213,
"msg": "There was an error storing configuration on the server.",
"type": "server-config-error"
},
"reason": "Unable to write to /path/to/file.",
"stat": "fail"
}