error property

  1. @BuiltValueField.new(wireName: r'error')
NotificationErrorContainer? get error

Error information of failed request. No value provided here if no error occurred on processing.

Implementation

@BuiltValueField(wireName: r'error')
NotificationErrorContainer? get error;