Type Definition perseus::template::StringResultWithCause[][src]

pub type StringResultWithCause<T> = Result<T, (String, ErrorCause)>;
Expand description

A generic error type that mandates a string errorr and a statement of causation (client or server) for status code generation.