Versions in this module Expand all Collapse all v0 v0.2.0 Oct 14, 2024 v0.1.0 Sep 28, 2024 Changes in this version + var E_ErrorHandlingType = &file_api_api_errors_api_errors_proto_extTypes[1] + var E_GrpcCode = &file_api_api_errors_api_errors_proto_extTypes[0] + var ErrorCode_Common_name = map[int32]string + var ErrorCode_Common_value = map[string]int32 + var ErrorCode_Method_name = map[int32]string + var ErrorCode_Method_value = map[string]int32 + var ErrorHandlingType_name = map[int32]string + var ErrorHandlingType_value = map[string]int32 + var ErrorSeverity_name = map[int32]string + var ErrorSeverity_value = map[string]int32 + var File_api_api_errors_api_errors_proto protoreflect.FileDescriptor + type ErrorCode struct + func (*ErrorCode) Descriptor() ([]byte, []int) + func (*ErrorCode) ProtoMessage() + func (x *ErrorCode) ProtoReflect() protoreflect.Message + func (x *ErrorCode) Reset() + func (x *ErrorCode) String() string + type ErrorCode_Common int32 + const ErrorCode_COMMON_INVALID_SESSION + const ErrorCode_COMMON_INVALID_USER_AVAILABILITY + const ErrorCode_COMMON_UNKNOWN + const ErrorCode_COMMON_UNSPECIFIED + func (ErrorCode_Common) Descriptor() protoreflect.EnumDescriptor + func (ErrorCode_Common) EnumDescriptor() ([]byte, []int) + func (ErrorCode_Common) Type() protoreflect.EnumType + func (x ErrorCode_Common) Enum() *ErrorCode_Common + func (x ErrorCode_Common) Number() protoreflect.EnumNumber + func (x ErrorCode_Common) String() string + type ErrorCode_Method int32 + const ErrorCode_METHOD_ILLEGAL_ARGUMENT + const ErrorCode_METHOD_RESOURCE_CONFLICT + const ErrorCode_METHOD_RESOURCE_INSUFFICIENT + const ErrorCode_METHOD_RESOURCE_NOT_FOUND + const ErrorCode_METHOD_UNSPECIFIED + func (ErrorCode_Method) Descriptor() protoreflect.EnumDescriptor + func (ErrorCode_Method) EnumDescriptor() ([]byte, []int) + func (ErrorCode_Method) Type() protoreflect.EnumType + func (x ErrorCode_Method) Enum() *ErrorCode_Method + func (x ErrorCode_Method) Number() protoreflect.EnumNumber + func (x ErrorCode_Method) String() string + type ErrorDetail struct + ErrorCode int64 + ErrorHandlingType ErrorHandlingType + func (*ErrorDetail) Descriptor() ([]byte, []int) + func (*ErrorDetail) ProtoMessage() + func (x *ErrorDetail) GetErrorCode() int64 + func (x *ErrorDetail) GetErrorHandlingType() ErrorHandlingType + func (x *ErrorDetail) ProtoReflect() protoreflect.Message + func (x *ErrorDetail) Reset() + func (x *ErrorDetail) String() string + type ErrorHandlingType int32 + const ErrorHandlingType_ERROR_HANDLING_TYPE_FATAL + const ErrorHandlingType_ERROR_HANDLING_TYPE_RECOVERABLE + const ErrorHandlingType_ERROR_HANDLING_TYPE_TEMPORARY + const ErrorHandlingType_ERROR_HANDLING_TYPE_UNSPECIFIED + func (ErrorHandlingType) Descriptor() protoreflect.EnumDescriptor + func (ErrorHandlingType) EnumDescriptor() ([]byte, []int) + func (ErrorHandlingType) Type() protoreflect.EnumType + func (x ErrorHandlingType) Enum() *ErrorHandlingType + func (x ErrorHandlingType) Number() protoreflect.EnumNumber + func (x ErrorHandlingType) String() string + type ErrorSeverity int32 + const ErrorSeverity_ERROR_SEVERITY_ALERT + const ErrorSeverity_ERROR_SEVERITY_CRITICAL + const ErrorSeverity_ERROR_SEVERITY_DEBUG + const ErrorSeverity_ERROR_SEVERITY_EMERGENCY + const ErrorSeverity_ERROR_SEVERITY_ERROR + const ErrorSeverity_ERROR_SEVERITY_INFO + const ErrorSeverity_ERROR_SEVERITY_NOTICE + const ErrorSeverity_ERROR_SEVERITY_UNSPECIFIED + const ErrorSeverity_ERROR_SEVERITY_WARNING + func (ErrorSeverity) Descriptor() protoreflect.EnumDescriptor + func (ErrorSeverity) EnumDescriptor() ([]byte, []int) + func (ErrorSeverity) Type() protoreflect.EnumType + func (x ErrorSeverity) Enum() *ErrorSeverity + func (x ErrorSeverity) Number() protoreflect.EnumNumber + func (x ErrorSeverity) String() string