Err<S> typedef

Err<S> = BaseErr<S, Error>

Error Result.

Returned when the result is an unexpected value

Implementation

typedef Err<S> = BaseErr<S,Error>;