Searched defs:BlueprintError (Results 1 – 1 of 1) sorted by relevance
167 type BlueprintError struct { struct168 Err error // the error that occurred169 Pos scanner.Position // the relevant Blueprints file location175 BlueprintError anonMember186 func (e *BlueprintError) Error() string {