Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go267 type BlueprintError struct { struct
268 Err error // the error that occurred
269 Pos scanner.Position // the relevant Blueprints file location
275 BlueprintError anonMember
286 func (e *BlueprintError) Error() string {