This documentation covers Review Board 4.0.
You can select a version above or
view the latest documentation.
109 - Extension Already Installed
| API Error Code |
109 |
| HTTP Status Code |
HTTP 409 Conflict |
| Error Text |
This extension has already been installed. |
| Description |
A request to install an extension failed, because the extension was
already installed. |
Examples
application/json
{
"err": {
"code": 109,
"msg": "This extension has already been installed."
},
"stat": "fail"
}