MCPcopy Create free account
hub / github.com/ory/fosite / Reason

Method Reason

errors.go:357–359  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

355}
356
357func (e *RFC6749Error) Reason() string {
358 return e.HintField
359}
360
361func (e *RFC6749Error) StatusCode() int {
362 return e.CodeField

Calls

no outgoing calls