ExBifrost.Model.ErrorField (ex_bifrost v0.1.0)

Copy Markdown View Source

ErrorField model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.ErrorField{
  code: String.t() | nil,
  event_id: String.t() | nil,
  message: String.t() | nil,
  param: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value)