ExBifrost.Model.BatchRetrieveResponseErrorsDataInner (ex_bifrost v0.1.0)

Copy Markdown View Source

BatchRetrieveResponseErrorsDataInner model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.BatchRetrieveResponseErrorsDataInner{
  code: String.t() | nil,
  line: integer() | nil,
  message: String.t() | nil,
  param: String.t() | nil
}

Functions

decode(value)