NearApi.Errors (near_api v0.1.1)

NEAR API Error handlers: Access Keys

Link to this section Summary

Link to this section Functions

Link to this function

render_error(response)

Specs

render_error(error_response :: map()) ::
  {:error,
   %{
     error_message: error_message :: String.t(),
     error_name: error_name :: String.t(),
     error_code: error_code :: integer(),
     error_description: error_description :: String.t(),
     response: response :: String.t()
   }}