# Functions
New creates a new Error instance.
# Constants
BlameServer describes the error was caused by server internally and therefore shall blame the server.
BlameUser describes the error was caused by user and the status code shall blame the user.
# Variables
ErrInvalidServer describes an error in which a malformed `server` provided.
# Structs
Error describes an error with several metadata to describe such error.
WrappedError wraps Error for the client to be able to easily distinguish successful responses and error responses.