errors property

  1. @BuiltValueField(wireName: r'errors')
BuiltList<ErrorDetail> errors

A list of errors which occurred. Each error contains an identifier for the type of error and a short description.

Implementation

@BuiltValueField(wireName: r'errors')
BuiltList<ErrorDetail> get errors;