Skip to main content

Messages

ErrorDetail

FieldTypeDescription
error_typeErrorTypeHigh-level error category.
messagestringHuman-readable error summary.
retention_window_slotsuint64Optional retention window expressed in slots when applicable.
retention_cutoffgoogle.protobuf.TimestampOptional retention cutoff timestamp when applicable.
field_namestringOptional name of the field associated with the error.

Enums

ErrorType

ErrorType captures structured error categories returned by the services.
ValueNumberDescription
ERROR_TYPE_UNSPECIFIED0ERROR_TYPE_UNSPECIFIED is an unknown error condition.
ERROR_TYPE_NOT_FOUND1ERROR_TYPE_NOT_FOUND indicates requested data does not exist.
ERROR_TYPE_NOT_RETAINED2ERROR_TYPE_NOT_RETAINED indicates requested data was not retained under TTL.
ERROR_TYPE_NOT_FOUND_OR_NOT_RETAINED3ERROR_TYPE_NOT_FOUND_OR_NOT_RETAINED indicates an ambiguous not found vs TTL case.
ERROR_TYPE_INVALID_REQUEST4ERROR_TYPE_INVALID_REQUEST indicates the request failed validation.
ERROR_TYPE_CEL_VALIDATION_FAILED5ERROR_TYPE_CEL_VALIDATION_FAILED indicates a CEL filter failed validation.
ERROR_TYPE_INTERNAL_ERROR6ERROR_TYPE_INTERNAL_ERROR indicates an internal server error occurred.