Skip to main content

Error Handling

Work in Progress

This page is under construction. Content coming soon!

Overview

This section will cover error handling in Zith.

Topics to Cover

  • Result types
  • Error propagation
  • Panic and recovery
  • Custom error types

Related: Functions | Control Flow