Error Handling

The API raises specific exceptions for each function/procedure, allowing the caller to handle errors accordingly. The exceptions are:

  • INVALID_IDCS_CREDENTIALS
  • PAR_GENERATION_FAILED
  • UPLOAD_FAILED
  • QUERY_EXECUTION_FAILED

These exceptions can be caught and handled using standard PL/SQL error handling mechanisms.