# Functions
BuildError builds an error from the fields in a string map.
CreateError builds an error from a HTTP-style error code and a message string.
# Structs
ErrorBuilder builds an error from the fields in a string map.
UserError is an error we present to an end user.
# Interfaces
JSONableError is a JSON-compatible error.
# Type aliases
Fields is a string map holding information about an error.