Skip to main content
info
IOTA Identity for Rebased is currently in alpha and may still be subject to significant changes

FailFast

@iota/identity-wasm API documentation


Enumeration: FailFast

Declares when validation should return if an error occurs.

Enumeration Members

AllErrors

AllErrors: 0

Return all errors that occur during validation.


FirstError

FirstError: 1

Return after the first error occurs.