EBS Risk Management API - Errors
Errors
Code | Description | Messages | Examples |
---|---|---|---|
The Firm you are actioning on does not exist |
| {
"errors": [
{
"code": "400",
"message": "Invalid GFID provided: 345343453",
"referenceIndex": 0
}
]
}
| |
Attempting to kill a bilateral Firm |
| {
"errors": [
{
"code": "400",
"message": "Firm is not a Prime Customer: Firm Name",
"referenceIndex": 0
}
]
}
| |
Attempting to unkill a firm that was killed by the exchange indirectly through the parent |
| {
"errors": [
{
"code": "400",
"message": "Firm cannot be un-killed based on indirect exchange kill previous event",
"referenceIndex": 0
}
]
}
| |
Attempting to unkill a firm that was killed by the exchange directly |
| ||
No Rights to a firm (your API ID has no entitlements to the firm you are actioning on) |
| ||
Request has not been applied because it lacks valid authentication credentials | |||
Trying to retrieve limits for a grantee group that you do not have access to |
| ||
The server can't find the specific page | |||
Request method not supported | |||
Internal server error |
How was your Client Systems Wiki Experience? Submit Feedback
Copyright © 2024 CME Group Inc. All rights reserved.