Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 463 Bytes

fail.md

File metadata and controls

38 lines (20 loc) · 463 Bytes

lexureFail

Interface: Fail <E>

The loop should fail due to an error.

Type parameters

  • E

Type of errors.

Hierarchy

  • Fail

Index

Properties

Properties

readonly action

If this is a Fail, this is 'fail'.


readonly error

  • error: E

The resulting error.