Skip to main content

is_relayable

Function is_relayable 

Source
fn is_relayable(kind: &ErrorKind) -> bool
Expand description

Whether a remote server’s error may be repeated to a local client.

A remote answers only for the resource it was asked about, so a kind describing the caller’s own session or this server’s state is withheld: the client has no way to tell the two apart and would act on it as ours.