View Source ExUserCheck.Error (ex_user_check v0.2.0)

Deserialization model for ExUserCheck API errors

Summary

Types

@type t() :: %ExUserCheck.Error{error: String.t(), status: integer()}

Functions

Link to this function

new(map_or_kwlist, opts \\ [])

View Source
@spec new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %ExUserCheck.Error{
  error: term(),
  status: term()
}