Network Connectivity V1 API - Module Google::Cloud::NetworkConnectivity::V1::ConnectionErrorType (v1.6.0)

Reference documentation and code samples for the Network Connectivity V1 API module Google::Cloud::NetworkConnectivity::V1::ConnectionErrorType.

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

Constants

CONNECTION_ERROR_TYPE_UNSPECIFIED

value: 0
An invalid error type as the default case.

ERROR_INTERNAL

value: 1
The error is due to Service Automation system internal.

ERROR_CONSUMER_SIDE

value: 2
The error is due to the setup on consumer side.

ERROR_PRODUCER_SIDE

value: 3
The error is due to the setup on producer side.