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

Method Error

internal/httpclient/client.go:659–661  ·  view source on GitHub ↗

Error returns non-empty string if there was an error.

()

Source from the content-addressed store, hash-verified

657
658// Error returns non-empty string if there was an error.
659func (e GenericOpenAPIError) Error() string {
660 return e.error
661}
662
663// Body returns the raw bytes of the response
664func (e GenericOpenAPIError) Body() []byte {

Calls

no outgoing calls

Tested by

no test coverage detected