Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ERROR_name = map[int32]string{ 0: "UNKNOWN", } ERROR_value = map[string]int32{ "UNKNOWN": 0, } )
Enum value maps for ERROR.
View Source
var ERROR_http_code = map[string]int{
"UNKNOWN": 500,
}
View Source
var File_api_testing_service_v1_errors_testdata_error_v1_proto protoreflect.FileDescriptor
Functions ¶
func DefaultErrorUnknown ¶
func ErrorUnknown ¶
Types ¶
type ERROR ¶
type ERROR int32
ERROR .
const (
ERROR_UNKNOWN ERROR = 0
)
func (ERROR) Descriptor ¶
func (ERROR) Descriptor() protoreflect.EnumDescriptor
func (ERROR) EnumDescriptor
deprecated
func (ERROR) Number ¶
func (x ERROR) Number() protoreflect.EnumNumber
func (ERROR) Type ¶
func (ERROR) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.