View Source Flop.InvalidParamsError exception (Flop v0.22.0)

An error that is raised if the parameter validation fails.

Summary

Functions

Callback implementation for Exception.message/1.

Types

@type t() :: %Flop.InvalidParamsError{
  __exception__: true,
  errors: keyword(),
  params: map()
}

Functions

Callback implementation for Exception.message/1.