Network Connectivity v1 API - Enum ConnectionErrorType (2.10.0)

public enum ConnectionErrorType

Reference documentation and code samples for the Network Connectivity v1 API enum ConnectionErrorType.

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

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Fields

Name Description
ErrorConsumerSide

The error is due to the setup on consumer side.

ErrorInternal

The error is due to Service Automation system internal.

ErrorProducerSide

The error is due to the setup on producer side.

Unspecified

An invalid error type as the default case.