rules property

List<CustomErrorRule>? rules
getter/setter pair

The list of custom error rules that apply to individual API messages.

NOTE: All service configuration rules follow "last one wins" order.

Implementation

core.List<CustomErrorRule>? rules;