Home
last modified time | relevance | path

Searched refs:LogServiceError_ErrorCode (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/log/
Dlog_service.pb.go38 type LogServiceError_ErrorCode int32 type
41 LogServiceError_OK LogServiceError_ErrorCode = 0
42 LogServiceError_INVALID_REQUEST LogServiceError_ErrorCode = 1
43 LogServiceError_STORAGE_ERROR LogServiceError_ErrorCode = 2
57 func (x LogServiceError_ErrorCode) Enum() *LogServiceError_ErrorCode {
58 p := new(LogServiceError_ErrorCode)
62 func (x LogServiceError_ErrorCode) String() string {
65 func (x *LogServiceError_ErrorCode) UnmarshalJSON(data []byte) error {
70 *x = LogServiceError_ErrorCode(value)