Home
last modified time | relevance | path

Searched defs:ApplicationError (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/remote_api/
Dremote_api.pb.go134 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 {
185ApplicationError *ApplicationError `protobuf:"bytes,3,opt,name=application_error" json:"applicatio… member
Dremote_api.proto13 message ApplicationError { message