API calls error management in CS
(Doc ID 2778404.1)
Last updated on MAY 16, 2023
Applies to:
Oracle Financial Services Customer Screening - Version 8.0.8 and laterInformation in this document applies to any platform.
Symptoms
User wants to enhance the error handling for rest API calls in CS
Response Codes Object Return Description code
200 amlStatusResponse OK
400 Errors Bad request
401 Errors Unauthorized
403 Errors Forbidden
500 Errors Internal server error
503 Errors Service unavailable
504 Errors Gateway timeout
ACCEPTANCE CRITERIA
The operation returns 200 OK and a list of results.
The operation returns 400 when the Input data are erroneus or no specified
The operation returns error 401 Unauthorized if credentials are not valid.
The operation return 403 when the user don´t access to see the data of customer
The operation returns error 500 when backend is responding with an internal error and show message: The server encountered an internal error. Please retry the request
The operation returns error 503 when the service is unavailable
The operation returns error 504 when gateway timeout occurs.
Changes
NA
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |