Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Err<E>

The computation failed.

since

1.0.0

Type parameters

  • E

    Type of errors.

Hierarchy

  • Err

Index

Properties

Properties

Readonly error

error: E

The resulting error, defined only in Err.

since

1.0.0

Readonly success

success: false

Whether or not the result was successful, always false in Err.

since

1.0.0

Generated using TypeDoc