pub fn is_fatal_http_error(error: &DeriveHttpError) -> boolExpand 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.