Polyjuice Util v0.2.1 Polyjuice.Util.ClientAPIErrors.MNotFound View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Util.ClientAPIErrors.MNotFound{
  additional_fields:
    [{String.t() | atom(), map()}] | %{required(String.t()) => map()} | nil,
  errcode: String.t(),
  error: String.t() | nil
}

Link to this section Functions

Link to this function

new(error \\ nil, additional_fields \\ nil)

View Source