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.