Error Handling
Learn how to properly handle errors returned by the Unduit API.
Error Handling is Critical
Always implement comprehensive error handling in your API integration.
HTTP Status Codes
200
Successful response
Request processed successfully.
400
Bad Request
Missing parameters or invalid request format.
401
Unauthorized
Authentication failed.
404
Not Found
Resource not found.
422
Validation Error
Input validation failed.
500
Server Error
Unexpected internal server issue.