Documentation ¶ Index ¶ type Error func Err(err error) Error func Errorf(format string, a ...any) Error func None() Error func (e Error) Error() string func (e Error) MarshalJSON() ([]byte, error) func (e *Error) UnmarshalJSON(data []byte) error 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 } func Err ¶ func Err(err error) Error func Errorf ¶ func Errorf(format string, a ...any) Error func None ¶ func None() Error func (Error) Error ¶ func (e Error) Error() string func (Error) MarshalJSON ¶ func (e Error) MarshalJSON() ([]byte, error) func (*Error) UnmarshalJSON ¶ func (e *Error) UnmarshalJSON(data []byte) error Source Files ¶ View all Source files json.gomain.go Click to show internal directories. Click to hide internal directories.