Skip to main content

Failures and error handling

Temporal provides Durable Execution, which guarantees that your application runs to completion despite infrastructure issues, network problems, and Worker crashes. However, not all failures are handled automatically by the platform. Understanding the difference between platform-level and application-level failures is key to building reliable Temporal applications.

This section covers:

For prescriptive guidance on building an error handling strategy, see Error handling strategy.