Order Import Errors
WHCC uses the following error codes. These could be responses from Order Submit API routes or returned in a Webhook callback.
Sample JSON Error Result
1
2
3
4
| {
"ErrorNumber": "412.04",
"Message": "This entry already submitted"
}
|
Error Codes
| Error Code |
Error Description |
| 400.01 |
Image hash value doesn't match, order canceled |
| 400.02 |
Image is missing on consumer site |
| 400.03 |
Error copying files from consumer |
| 400.04 |
Invalid Callback URI |
| 400.05 |
Unable to post a unique verification code to provided URI |
| 400.06 |
PDF's actual number of pages is different than number declared in the entry |
| 400.07 |
The number of pages in your book is outside of required limits |
| 400.08 |
Not valid PDF image size |
| 403 |
You are not authorized to access the resource you requested/td>
|
| 403.01 |
You are not authorized to access the resource you requested: Expired or incorrect access token |
| 403.02 |
You are not authorized to access the resource you requested: Incorrect consumer key or secret |
| 403.03 |
You are not authorized to access the resource you requested: Expired or incorrect consumer key |
| 403.04 |
You are not authorized to access the resource you requested: Incorrect consumer secret |
| 403.05 |
You are not authorized to access the resource you requested: Incorrect grant_type |
| 412.01 |
Incorrect Order Import XML |
| 412.02 |
Invalid Business Rules |
| 412.03 |
Invalid Confirmation Id |
| 412.04 |
This entry already submitted |
| 412.05 |
Not supported version |
| 412.06 |
Invalid email |
Back to Top 👆