Searched defs:ApplicationError (Results 1 – 2 of 2) sorted by relevance
| /external/syzkaller/vendor/google.golang.org/appengine/internal/remote_api/ |
| D | remote_api.pb.go | 134 type ApplicationError struct { struct 135 Code *int32 `protobuf:"varint,1,req,name=code" json:"code,omitempty"` 136 Detail *string `protobuf:"bytes,2,req,name=detail" json:"detail,omitempty"` 137 XXX_unrecognized []byte `json:"-"` 140 func (m *ApplicationError) Reset() { *m = ApplicationError{} } 141 func (m *ApplicationError) String() string { return proto.CompactTextString(m) } 142 func (*ApplicationError) ProtoMessage() {} 144 func (m *ApplicationError) GetCode() int32 { 151 func (m *ApplicationError) GetDetail() string { 185 …ApplicationError *ApplicationError `protobuf:"bytes,3,opt,name=application_error" json:"applicatio… member
|
| D | remote_api.proto | 13 message ApplicationError { message
|