跳转到内容

Error Handling

Error Handling

  • unexpected
    • automatically handled
    • granular w/ route boundaries
    • granular w/ <Await> boundaries
  • expected
    • 404s
    • 401s
    • 503s
    • can send data!