Enum Curation.ErrorCode (0.28.0)

public enum Curation.ErrorCode extends Enum<Curation.ErrorCode> implements ProtocolMessageEnum

The error codes for failed executions.

Protobuf enum google.cloud.apihub.v1.Curation.ErrorCode

Implements

ProtocolMessageEnum

Static Fields

Name Description
ERROR_CODE_UNSPECIFIED

Default unspecified error code.

ERROR_CODE_UNSPECIFIED = 0;

ERROR_CODE_UNSPECIFIED_VALUE

Default unspecified error code.

ERROR_CODE_UNSPECIFIED = 0;

INTERNAL_ERROR

The execution failed due to an internal error.

INTERNAL_ERROR = 1;

INTERNAL_ERROR_VALUE

The execution failed due to an internal error.

INTERNAL_ERROR = 1;

UNAUTHORIZED

The curation is not authorized to trigger the endpoint uri.

UNAUTHORIZED = 2;

UNAUTHORIZED_VALUE

The curation is not authorized to trigger the endpoint uri.

UNAUTHORIZED = 2;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()