errors property

  1. @BuiltValueField.new(wireName: r'errors')
BuiltList<ErrorDetail> get 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;