Improved error handling in Inngest SDKs
Using native language primitives to handle failed steps
We built Inngest to help you build reliable products. Every Inngest function has automatic retries. Functions can be broken down into individual steps which are all individually executed and [retried on error](/docs/functions/retries). This makes your code durable. Inngest acts like a nice reliability layer on top of your code.
Learn more about Improved error handling in Inngest SDKs in our guide today.