MCPcopy
hub / github.com/ory/keto / StatusCode

Method StatusCode

oryx/errorsx/errors.go:53–53  ·  view source on GitHub ↗

StatusCode returns the status code of this error.

()

Source from the content-addressed store, hash-verified

51type StatusCodeCarrier interface {
52 // StatusCode returns the status code of this error.
53 StatusCode() int
54}
55
56// RequestIDCarrier can be implemented by an error to support error contexts.

Callers 2

queryTupleErrMethod · 0.80
WithErrorMethod · 0.80

Calls

no outgoing calls

Tested by 1

queryTupleErrMethod · 0.64