Skip to main content
Errors use RFC 9457 Problem Details with application/problem+json.
{
  "type": "https://wadial.com/problems/not_found",
  "title": "Not Found",
  "status": 404,
  "detail": "Session not found",
  "code": "not_found"
}
Validation errors include an errors array with field paths and messages.