Developer Guide
Synchronous Error Handling
These are validations that are performed immediately when a request is received. They apply to all GET endpoints, where the response (including any errors) is returned almost instantly. Other endpoints such as POST, PUT, or DELETE that do not involve long-running processing and can be executed instantly.