MCPcopy
hub / github.com/ory/hydra / WithDebugf

Method WithDebugf

fosite/errors.go:440–442  ·  view source on GitHub ↗
(debug string, args ...interface{})

Source from the content-addressed store, hash-verified

438}
439
440func (e *RFC6749Error) WithDebugf(debug string, args ...interface{}) *RFC6749Error {
441 return e.WithDebug(fmt.Sprintf(debug, args...))
442}
443
444func (e *RFC6749Error) WithDescription(description string) *RFC6749Error {
445 err := *e

Callers 11

TokenHookFunction · 0.80
RefreshTokenHookFunction · 0.80
SessionFromContextFunction · 0.80
decodeJSONFormFunction · 0.80
decodeFormFunction · 0.80
decodeJSONFunction · 0.80
GenerateIDTokenMethod · 0.80

Calls 1

WithDebugMethod · 0.95

Tested by 1