Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error[T comparable] struct { // contains filtered or unexported fields }
Error is a generic error type that allows to combine multiple errors into one. It is useful when you need to return multiple errors from a function.
Click to show internal directories.
Click to hide internal directories.