# Functions
HandleRequestError handles application level errors and returns an APIErrorResponse.
HandleResonateError handles platform level errors and returns an APIErrorResponse.
HandleValidationError is handled separately from other application level errors since it is more involved.
No description provided by the author
No description provided by the author
# Structs
Error is the error object sent to the client.
APIErrorResponse is the actual error response sent to the client.
ErrorDetails is the error details object sent to the client.