Searched defs:BlueprintError (Results 1 – 1 of 1) sorted by relevance
259 type BlueprintError struct { struct260 Err error // the error that occurred261 Pos scanner.Position // the relevant Blueprints file location267 BlueprintError anonMember278 func (e *BlueprintError) Error() string {