errorCondition property

  1. @BuiltValueField.new(wireName: r'ErrorCondition')
ErrorCondition? get errorCondition

Condition that has produced an error on the processing of a message request. Returned if Result is not Success. Possible values: * Aborted * Busy * Cancel * DeviceOut * InProgress * InsertedCard * InvalidCard * LoggedOut * MessageFormat * NotAllowed * NotFound * PaymentRestriction * Refusal * UnavailableDevice * UnavailableService * UnreachableHost * WrongPIN

Implementation

@BuiltValueField(wireName: r'ErrorCondition')
ErrorCondition? get errorCondition;