Google Cloud Network Connectivity V1 Client - Class ConnectionErrorType (2.2.0)

Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class ConnectionErrorType.

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

Protobuf type google.cloud.networkconnectivity.v1.ConnectionErrorType

Namespace

Google \ Cloud \ NetworkConnectivity \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CONNECTION_ERROR_TYPE_UNSPECIFIED

Value: 0

An invalid error type as the default case.

Generated from protobuf enum CONNECTION_ERROR_TYPE_UNSPECIFIED = 0;

ERROR_INTERNAL

Value: 1

The error is due to Service Automation system internal.

Generated from protobuf enum ERROR_INTERNAL = 1;

ERROR_CONSUMER_SIDE

Value: 2

The error is due to the setup on consumer side.

Generated from protobuf enum ERROR_CONSUMER_SIDE = 2;

ERROR_PRODUCER_SIDE

Value: 3

The error is due to the setup on producer side.

Generated from protobuf enum ERROR_PRODUCER_SIDE = 3;