CommandedAggregateless.StructValidation.ValidationError exception (commanded_aggregateless v1.0.0)

Copy Markdown

Summary

Types

errors()

@type errors() :: [
  {attribute :: atom(),
   [{validation_type :: atom(), validation_message :: String.t()}]}
]

t()

@type t() :: %CommandedAggregateless.StructValidation.ValidationError{
  __exception__: term(),
  errors: errors()
}