BackendTask.allowFatal

FatalError Handling page

allowFatal : BackendTask { error | fatal : FatalError } data -> BackendTask FatalError data

Ignore any recoverable error data and propagate the FatalError. Similar to a Cmd in The Elm Architecture, a FatalError will not do anything except if it is returned at the top-level of your application. Read more in the FatalError docs. page