Skip to content

ErrorType

View as Markdown

ErrorType captures structured error categories returned by the services.

Package: thru.common.v1

Name#Description
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.