subErrors property
An array containing more granular information about the cause of the verification error.
Implementation
@BuiltValueField(wireName: r'subErrors')
BuiltList<VerificationErrorRecursive>? get subErrors;
An array containing more granular information about the cause of the verification error.
@BuiltValueField(wireName: r'subErrors')
BuiltList<VerificationErrorRecursive>? get subErrors;