pub fn classify_error(plugin: &str, err: &OutboundError) -> (u16, String)Expand description
Maps an OutboundError to a client-facing (status, message) pair used
by the FaaS plugins’ error ports.
pub fn classify_error(plugin: &str, err: &OutboundError) -> (u16, String)Maps an OutboundError to a client-facing (status, message) pair used
by the FaaS plugins’ error ports.