NearApi.Errors (near_api v0.1.4)

NEAR API Error handlers: Access Keys

Link to this section Summary

Link to this section Types

Specs

t() ::
  {:error,
   %{
     error_message: String.t(),
     error_type: String.t(),
     error_cause: String.t(),
     error_code: integer(),
     error_description: String.t(),
     response: map()
   }}

Link to this section Functions

Link to this function

render_error(response)

Specs

render_error(error_response :: map()) :: t()