Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
Error represents an error with a message and a trace. It is a custom struct that can be used to wrap errors with additional information.
func NewErr ¶
NewErr creates a new Error instance with the given message. It is a helper function that simplifies the creation of Error instances in other packages.
func (*Error) Error ¶
Error returns the error message. If the error has a trace, it is appended to the message. The error implements the error interface.
Directories
¶
| Path | Synopsis |
|---|---|
|
base64url package provides a way to encode and decode data using a modified base64 encoding scheme that is safe for URLs.
|
base64url package provides a way to encode and decode data using a modified base64 encoding scheme that is safe for URLs. |
Click to show internal directories.
Click to hide internal directories.