Searched defs:BuildError (Results 1 – 2 of 2) sorted by relevance
/build/soong/ui/status/build_error_proto/ |
D | build_error.pb.go | 23 type BuildError struct { struct 26 …ing `protobuf:"bytes,1,rep,name=error_messages,json=errorMessages" json:"error_messages,omitempty"` 28 …nError `protobuf:"bytes,2,rep,name=action_errors,json=actionErrors" json:"action_errors,omitempty"` 29 XXX_NoUnkeyedLiteral struct{} `json:"-"` 30 XXX_unrecognized []byte `json:"-"` 31 XXX_sizecache int32 `json:"-"` 34 func (m *BuildError) Reset() { *m = BuildError{} } 35 func (m *BuildError) String() string { return proto.CompactTextString(m) } 36 func (*BuildError) ProtoMessage() {} 37 func (*BuildError) Descriptor() ([]byte, []int) { [all …]
|
D | build_error.proto | 20 message BuildError { message
|