View Source Warpath.JsonDecodeError exception (Warpath v0.6.3)

Link to this section Summary

Link to this section Types

@type t() :: %Warpath.JsonDecodeError{
  __exception__: term(),
  data: String.t(),
  position: integer()
}

Link to this section Functions

@spec from(Jason.DecodeError.t()) :: t()