108 - Disable Extension Failed¶
API Error Code | 108 |
HTTP Status Code | |
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",
"type": "extension-disable-error"
},
"stat": "fail"
}