Errors and Exceptions¶
Unhandled Exceptions¶
There is a top level exceptions handler in WebApiEndpoint to ensure a consistent approach and structure to any exceptions within WebApiEndpoint.
Railway Oriented Programming¶
WebApiEndpoint is built using Railway Oriented Programming.
It uses the Futurum.Core library to do this.
When a method can fail, it returns a Result.