Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/
H A Dcontext.go259 type BlueprintError struct { struct
260 Err error // the error that occurred
261 Pos scanner.Position // the relevant Blueprints file location
267 BlueprintError anonMember
278 func (e *BlueprintError) Error() string {