errors property

  1. @BuiltValueField(wireName: r'errors')
BuiltMap<String, String>? errors

Errors contains a list of errors that caused the not ready status.

Implementation

@BuiltValueField(wireName: r'errors')
BuiltMap<String, String>? get errors;