package
0.0.32
Repository: https://github.com/make-os/kit.git
Documentation: pkg.go.dev

# Functions

BadFieldErrorFromStr attempts to convert a string to a BadFieldError.
CallIfNil calls f if err is nil.
FieldError creates an instance of BadFieldError without an index.
FieldErrorWithIndex creates an instance of BadFieldError with an index.
ReqErr creates ReqError.
ReqErrorFromStr attempts to convert a string to a ReqError.

# Structs

BadFieldError implements error.
ReqError describes an error consumable by http services.