110 - Install Extension Failed¶
API Error Code | 110 |
HTTP Status Code | |
Error Text | An error occurred while installing the extension |
Description | An unexpected error occurred when trying to install the extension. |
Examples¶
application/json¶
{
"err": {
"code": 110,
"msg": "An error occurred while installing the extension",
"type": "extension-install-error"
},
"stat": "fail"
}