MCPcopy Index your code
hub / github.com/ory/fosite / WithDebugf

Method WithDebugf

errors.go:417–419  ·  view source on GitHub ↗
(debug string, args ...interface{})

Source from the content-addressed store, hash-verified

415}
416
417func (e *RFC6749Error) WithDebugf(debug string, args ...interface{}) *RFC6749Error {
418 return e.WithDebug(fmt.Sprintf(debug, args...))
419}
420
421func (e *RFC6749Error) WithDescription(description string) *RFC6749Error {
422 err := *e

Calls 1

WithDebugMethod · 0.95

Tested by 1