Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
Err error // base error (for errors.Is() and errors.As() calls)
Ctx string // error context
}
Error is a wrapper for errors produced by (parts of) the Gospel implementation where variable error context is required for defined errors
Click to show internal directories.
Click to hide internal directories.