ConnectionErrorType

The error type indicates whether a connection error is consumer facing, producer facing or system internal.

Enums
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.