Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go167 type BlueprintError struct { struct
168 Err error // the error that occurred
169 Pos scanner.Position // the relevant Blueprints file location
175 BlueprintError anonMember
186 func (e *BlueprintError) Error() string {