(attr string)
| 1454 | } |
| 1455 | |
| 1456 | func missingAttribute(attr string) *resolutionError { |
| 1457 | return &resolutionError{ |
| 1458 | missingAttribute: attr, |
| 1459 | } |
| 1460 | } |
| 1461 | |
| 1462 | // Error implements the error interface method. |
| 1463 | func (e *resolutionError) Error() string { |