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

Method ErrorCode

secrets/driver/driver.go:50–50  ·  view source on GitHub ↗

ErrorCode should return a code that describes the error, which was returned by one of the other methods in this interface.

(error)

Source from the content-addressed store, hash-verified

48 // ErrorCode should return a code that describes the error, which was returned
49 // by one of the other methods in this interface.
50 ErrorCode(error) gcerrors.ErrorCode
51}

Callers 4

wrapErrorFunction · 0.65
ErrorCheckMethod · 0.65
ErrorCodeMethod · 0.65
kms.goFile · 0.65

Implementers 5

keepersecrets/gcpkms/kms.go
keepersecrets/hashivault/vault.go
keepersecrets/azurekeyvault/akv.go
keepersecrets/awskms/kms.go
keepersecrets/localsecrets/localsecrets.go

Calls

no outgoing calls

Tested by 1

ErrorCheckMethod · 0.52