jddf v0.1.1 JDDF.Validator.MaxDepthExceededError exception View Source
Indicates that the validator's max depth was exceeded during validation.
This error is raised when a JDDF.Validator
's max_depth
is exceeded while
doing validation, through either JDDF.Validator.validate/3
or
JDDF.Validator.validate!/3
. See docs for JDDF.Validator
for further
explanation of max_depth
, and why this error may be considered desirable.