We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When writing data to the CLOB endpoint via POST I attempted to test the "fail-if-exists" default functionality and got this error:
{"message":"System Error","incidentIdentifier":"-9047233463565875205","details":{}}
In the logs I see the correct DB error: ORA-20020: ITEM_ALREADY_EXISTS
ORA-20020: ITEM_ALREADY_EXISTS
This error to be passed through to the enduser with something like:
{"message":"CLOB Exists"}
With an http status code of 409
409
curl -X 'POST' \ 'https://t7-tomcat:port/swt-data/clobs' \ -H 'accept: */*' \ -H 'Content-Type: application/json;version=2' \ -d '{ "office-id": "SWT", "id": "myid.txt", "description": "my desc", "value": "Some Data" }'
3.1.5RC15
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
When writing data to the CLOB endpoint via POST I attempted to test the "fail-if-exists" default functionality and got this error:
In the logs I see the correct DB error:
ORA-20020: ITEM_ALREADY_EXISTS
Expected
This error to be passed through to the enduser with something like:
With an http status code of
409
Curl used on the request:
Version
3.1.5RC15
The text was updated successfully, but these errors were encountered: