errorClass property

String? errorClass
getter/setter pair

The class of delivery error. Possible string values are:

  • "DELIVERY_ERROR_CLASS_UNSPECIFIED" : The default value which should never be used explicitly.
  • "PERMANENT_ERROR" : Delivery of message has been rejected.
  • "TEMPORARY_ERROR" : Temporary failure of message delivery to the recipient.

Implementation

core.String? errorClass;