This documentation covers the in-development release of Review Board.
You can see the latest stable
docs or all previous versions.
107 - Enable Extension Failed
API Error Code |
107 |
HTTP Status Code |
HTTP 500 Internal Server Error |
Error Text |
There was a problem enabling the extension |
Description |
There was an error enabling the extension. The details of the error
will be included in the payload. |
Examples
application/json
{
"err": {
"code": 107,
"msg": "There was a problem enabling the extension"
},
"stat": "fail"
}