This documentation covers Review Board 3.0.
You can select a version above or
view the latest documentation.
108 - Disable Extension Failed
API Error Code |
108 |
HTTP Status Code |
HTTP 500 Internal Server Error |
Error Text |
There was a problem disabling the extension |
Description |
There was an error disabling the extension. The details of the error
will be included in the payload. |
Examples
application/json
{
"err": {
"code": 108,
"msg": "There was a problem disabling the extension"
},
"stat": "fail"
}