package
0.0.698
Repository: https://github.com/ory/x.git
Documentation: pkg.go.dev

# Functions

Cause returns the underlying cause of the error, if possible.
WithStack mirror pkg/errors.WithStack but does not wrap existing stack traces.

# Interfaces

DebugCarrier can be implemented by an error to support error contexts.
DetailsCarrier can be implemented by an error to support error contexts.
IDCarrier can be implemented by an error to support error contexts.
ReasonCarrier can be implemented by an error to support error contexts.
RequestIDCarrier can be implemented by an error to support error contexts.
No description provided by the author
StatusCarrier can be implemented by an error to support error contexts.
StatusCodeCarrier can be implemented by an error to support setting status codes in the error itself.