| Code |
Reason Phrase |
Description |
| 400 |
Bad Request |
Missing the required parameters and incorrect format. |
| 401 |
Unauthorized |
Client credentials not sufficient to send to the specified endpoint, or invalid sender ID. This error code must include the WWW-Authenticate HTTP header. |
| 403 |
Forbidden |
Forbidden; please provide authentication credentials. |
| 404 |
Not found |
Partner Mapping Not Found For Client Id |
| 404 |
Not found |
Partner Details Not Found For Client Id |
| 404 |
Not found |
Not found; mistake in the host or path of the service URI |
| 406 |
Not Acceptable |
Not Acceptable |
| 415 |
Unsupported Media Type |
Unsupported Media Type - The request entity has a media type which the server or resource does not support. For example, the client uploads an image as image/svg+xml, but the server requires that images use a different format |
| 500 |
Internal server error |
The server encountered an internal error or timed out; please retry. |
| 404 |
Scheduler Load Failed For PartnerProfile.xml File |
The specified resource does not exist.
|
| 500 |
Scheduler Load Failed For PartnerProfile.xml File |
Exception while reading 'Binary Content' as 'application/xml' cause by:\nUnexpected character '<' (code 60) expected space, or '>' or \"/>\"\n at [row,col {unknown-source}]: [164,18], while reading `root` as Xml.\n [row,col]: [164,18]\nTrace:\n at anonymous::main (line: 4, column: 1)\" evaluating expression: \"%dw 2.0\noutput application/xml\n---\nread(payload,\"application/xml\")". |
| 404 |
Scheduler Load Failed For ClientPartnerMapping.json File |
The specified resource does not exist. |
| 500 |
Scheduler Load Failed For ClientPartnerMapping.json File |
Exception while reading 'Binary Content' as 'application/json' cause by:
Unexpected character ']' at root@[39:3] (line:column), expected false or true or null or {...} or [...] or number but was , while reading `root` as Json.
39| ]
^
Trace:
at anonymous::main (line: 4, column: 1)" evaluating expression: "%dw 2.0
output application/json
---
read(vars."_clientPartnerContents","application/json")". |
| 503 |
Server busy and service unavailable |
Busy or unavailable; Please retry the request. |