Error Handling

How errors are communicated to the client, etc.

  • Return errors in a consistent format, e.g., { "error": "Description of the error" }.

  • Include error codes when applicable.

  • ...@Jase/@Steven

Last updated