Question
How to differentiate error messages of PDF Extract API based on status code?
I need to change the workflow of my application based on the error messages, for example, if the API throws no. of pages exceeded message I can split the page content based on the status code. Couldn't find any material on errors/exceptions/status codes in the documentation section.
