thanks for your great efforts. I want to know how I can create a handle exception for parameter in Rest API GET Trigger if it is incorrect
@foxoracleappssolutions2 жыл бұрын
Put that REST endpoint indise the scode, And add fault handler for this scope
@foxoracleappssolutions2 жыл бұрын
Ye can refer this video kzbin.info/www/bejne/eprEoKCpgredorM
@molinaofc2 жыл бұрын
Hello! Cna you help me? Can i put 2 assigns variables inside the fault handler? I will get an error?
@foxoracleappssolutions2 жыл бұрын
Yes
@foxoracleappssolutions2 жыл бұрын
Yes you can use, you won't get error.
@SOUMIKGHOSHsoghosh42 жыл бұрын
Hello, In case of error caught by Global Error handler, can we roll back all successful events which has been executed before Global error handler caught the exception? How can achieve this scenario? Please suggest.
@foxoracleappssolutions2 жыл бұрын
Rollback will be completely dependent on the transaction you are going to perform, if oracle allows you to cancel the transaction then you can go for it.
@navazmohammad14042 жыл бұрын
Jafer..can you please explain one integration with real time example..it will help full. Thanks in Advance!
@foxoracleappssolutions2 жыл бұрын
Sure, Today night I will upload.
@navazmohammad14042 жыл бұрын
@@foxoracleappssolutions Thankyou somuch...Jafer
@vaibhavborade582 Жыл бұрын
What happens if we don't delete rethrow in global fault handler?