Current section

Files

Jump to
pog include pog_ConstraintViolated.hrl
Raw

include/pog_ConstraintViolated.hrl

-record(constraint_violated, {
message :: binary(),
constraint :: binary(),
detail :: binary()
}).