Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go124 type BlueprintError struct { struct
125 Err error // the error that occurred
126 Pos scanner.Position // the relevant Blueprints file location
132 BlueprintError anonMember
143 func (e *BlueprintError) Error() string {