Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go123 type BlueprintError struct { struct
124 Err error // the error that occurred
125 Pos scanner.Position // the relevant Blueprints file location
131 BlueprintError anonMember
142 func (e *BlueprintError) Error() string {