If the check failed, this is the error
()
| 1428 | |
| 1429 | // If the check failed, this is the error |
| 1430 | func (r *Check) Error() *Error { |
| 1431 | q := r.query.Select("error") |
| 1432 | |
| 1433 | return &Error{ |
| 1434 | query: q, |
| 1435 | } |
| 1436 | } |
| 1437 | |
| 1438 | // A unique identifier for this Check. |
| 1439 | func (r *Check) ID(ctx context.Context) (ID, error) { |
no test coverage detected