MCPcopy Create free account
hub / github.com/google/go-cloud / ErrorCode

Method ErrorCode

blob/driver/driver.go:449–449  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

447}
448
449func (b *singleKeyBucket) ErrorCode(err error) gcerrors.ErrorCode { return b.base.ErrorCode(err) }
450func (b *singleKeyBucket) As(i any) bool { return b.base.As(i) }
451func (b *singleKeyBucket) ErrorAs(err error, i any) bool { return b.base.ErrorAs(err, i) }
452func (b *singleKeyBucket) Attributes(ctx context.Context, _ string) (*Attributes, error) {

Callers

nothing calls this directly

Calls 1

ErrorCodeMethod · 0.65

Tested by

no test coverage detected