Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrForbiddenMethod = errors.New("forbidden method")
ErrForbiddenMethod throws this error when calling a method is prohibited.
View Source
var ErrUnimplementedMethod = errors.New("unimplemented method")
ErrUnimplementedMethod throws this error when calling an unimplemented method.
Functions ¶
func FormatError ¶ added in v1.2.2
FormatError formats an error message and wraps it around the given error.
func OrderedMapKeys ¶ added in v1.2.2
OrderedMapKeys returns the sorted keys of a generic map with ordered keys. It is a utility function used to provide deterministic ordering of map keys.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.