This documentation covers Review Board 3.0.
You can select a version above or
view the latest documentation.
232 - Ship-It Revocation Error
API Error Code |
232 |
HTTP Status Code |
HTTP 500 Internal Server Error |
Error Text |
An error occurred while revoking the Ship It for a review. |
Description |
An error occurred while revoking the Ship It for a review. This may be
an error provided by an extension. |
Examples
application/json
{
"err": {
"code": 232,
"msg": "An error occurred while revoking the Ship It for a review."
},
"stat": "fail"
}