Enumeration: FailFast
identity_wasm.FailFast
Declares when validation should return if an error occurs.
Table of contents
Enumeration Members
Enumeration Members
AllErrors
• AllErrors = 0
Return all errors that occur during validation.
FirstError
• FirstError = 1
Return after the first error occurs.