MCPcopy Index your code
hub / github.com/dagger/dagger / Error

Method Error

sdk/python/runtime/internal/dagger/dagger.gen.go:1430–1436  ·  view source on GitHub ↗

If the check failed, this is the error

()

Source from the content-addressed store, hash-verified

1428
1429// If the check failed, this is the error
1430func (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.
1439func (r *Check) ID(ctx context.Context) (ID, error) {

Callers 2

convertErrorFunction · 0.45
MessageMethod · 0.45

Calls 1

SelectMethod · 0.65

Tested by

no test coverage detected