225 - Publish Error¶
API Error Code | 225 |
HTTP Status Code | |
Error Text | An error occurred during publishing. |
Description | The review request, draft, review, or reply could not be published. |
Examples¶
application/json¶
{
"err": {
"code": 225,
"msg": "An error occurred during publishing.",
"type": "review-request-publish-error"
},
"stat": "fail"
}