Erros
The caller will request data from the source system and in the case something is going wrong, the source system in response will call the REST API with individual error information.
This page includes the following:
Requests
You can use the following error requests:
HTTP Verb | Resource | Input | Expected Output (HTTP/1.1) |
---|---|---|---|
POST | /errors | { “schedulerId” : [String], “transactionId” : [String], “errorType” : [int], “errorMsg” : [String] } |
Success Code: 202 Accepted |
Error Data Dictionary
-
schedulerId
Allowed values: Any valid JAWS schedulerId
Optional if no scheduler related
-
transactionId
Optional for non-transactional request
-
errorType
Allowed values:
- 0: General
- 1: Scheduler / System down
- 2: Out of space
- 3: Ambiguous event
-
errorMsg
Any error message that the source system encountered.