This documentation covers Review Board 1.5.
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. |
Example
{
stat: "fail",
err: {
code: 213,
msg: "There was an error storing configuration on the server"
},
reason: "Unable to write to /path/to/file."
}