Enum ConnectionErrorType (0.14.1)

public enum ConnectionErrorType extends Enum<ConnectionErrorType> implements ProtocolMessageEnum

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

Protobuf enum google.events.cloud.networkconnectivity.v1.ConnectionErrorType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONNECTION_ERROR_TYPE_UNSPECIFIED

An invalid error type as the default case.

CONNECTION_ERROR_TYPE_UNSPECIFIED = 0;

CONNECTION_ERROR_TYPE_UNSPECIFIED_VALUE

An invalid error type as the default case.

CONNECTION_ERROR_TYPE_UNSPECIFIED = 0;

ERROR_CONSUMER_SIDE

The error is due to the setup on consumer side.

ERROR_CONSUMER_SIDE = 2;

ERROR_CONSUMER_SIDE_VALUE

The error is due to the setup on consumer side.

ERROR_CONSUMER_SIDE = 2;

ERROR_INTERNAL

The error is due to Service Automation system internal.

ERROR_INTERNAL = 1;

ERROR_INTERNAL_VALUE

The error is due to Service Automation system internal.

ERROR_INTERNAL = 1;

ERROR_PRODUCER_SIDE

The error is due to the setup on producer side.

ERROR_PRODUCER_SIDE = 3;

ERROR_PRODUCER_SIDE_VALUE

The error is due to the setup on producer side.

ERROR_PRODUCER_SIDE = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()