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