Solapi.Error.ValidationError exception (Solapi v0.1.0)

View Source

입력 검증 에러.

Summary

Types

t()

@type t() :: %Solapi.Error.ValidationError{
  __exception__: true,
  field: atom() | nil,
  message: String.t()
}

Functions

new(message, opts \\ [])

@spec new(
  String.t(),
  keyword()
) :: t()