errorType property

String? errorType
getter/setter pair

The error type indicates whether the error is consumer facing, producer facing or system internal. Possible string values are:

  • "CONNECTION_ERROR_TYPE_UNSPECIFIED" : An invalid error type as the default case.
  • "ERROR_INTERNAL" : The error is due to Service Automation system internal.
  • "ERROR_CONSUMER_SIDE" : The error is due to the setup on consumer side.
  • "ERROR_PRODUCER_SIDE" : The error is due to the setup on producer side.

Implementation

core.String? errorType;