# Constants
DefaultChainErrorCode is used if we do not have ANY code in correct error chain.
DefaultChainStatusCode is used if we do not have ANY status code in correct error chain.
# Interfaces
ErrorJSON is just an interface for error which can render itself into JSONs.
ErrorRenderer is ErrorJSON which an render itself into fasthttp request ctx.