Justify.Dataset (justify v1.2.0)

Link to this section Summary

Link to this section Types

Specs

error_t() :: {String.t(), Keyword.t()}

Specs

t() :: %Justify.Dataset{
  data: map(),
  errors: [{atom(), error_t()}],
  valid?: boolean()
}

Link to this section Functions

Specs

new(map()) :: t()