HTTPX request error.
Print a HTTPX request exception
@type t() :: %HTTPX.RequestError{ __exception__: true, body: term(), code: term(), headers: term(), message: term(), options: term(), url: term() }
@spec exception(term(), term(), list()) :: t()
@spec message(t()) :: binary()