MCPcopy
hub / github.com/zitadel/oidc / Error

Method Error

pkg/op/error.go:158–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156}
157
158func (e StatusError) Error() string {
159 return fmt.Sprintf("%s: %s", http.StatusText(e.statusCode), e.parent.Error())
160}
161
162func (e StatusError) Unwrap() error {
163 return e.parent

Callers 15

RevocationErrorFunction · 0.45
IntrospectFunction · 0.45
ReadinessFunction · 0.45
TestVerifyAccessTokenFunction · 0.45
EndSessionFunction · 0.45

Calls

no outgoing calls