Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 445 Bytes

err.md

File metadata and controls

38 lines (20 loc) · 445 Bytes

lexureErr

Interface: Err <E>

The computation failed.

Type parameters

  • E

Type of errors.

Hierarchy

  • Err

Index

Properties

Properties

readonly success

  • success: false

If this an Err, this is false.


readonly error

  • error: E

The resulting error, which only exists on an Err.