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

Method Error

errors.go:349–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

347}
348
349func (e RFC6749Error) Error() string {
350 return e.ErrorField
351}
352
353func (e *RFC6749Error) RequestID() string {
354 return ""

Calls

no outgoing calls