Skip to main content

is_fatal_http_error

Function is_fatal_http_error 

Source
pub fn is_fatal_http_error(error: &DeriveHttpError) -> bool
Expand description

Returns true for HTTP errors that signal a fatal session state requiring operator intervention (auth header rejection, session key deregistered, subaccount withdrawn).

Fatal errors are a subset of non-retryable: they should also short-circuit any caller-level retry budgets.