Searched defs:BlueprintError (Results 1 – 1 of 1) sorted by relevance
123 type BlueprintError struct { struct124 Err error // the error that occurred125 Pos scanner.Position // the relevant Blueprints file location131 BlueprintError anonMember142 func (e *BlueprintError) Error() string {