menu
anyhow package
documentation
anyhow.dart
Err<S> typedef
Err<S> typedef
dark_mode
light_mode
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>;
anyhow package
documentation
anyhow
Err<S> typedef
anyhow library