NAME
PAGI::StructuredParameters::Exception::InvalidArrayLength - Array exceeded the allowed depth
DESCRIPTION
Raised by PAGI::StructuredParameters when reconstructing an array value would exceed max_array_depth. Subclass of PAGI::StructuredParameters::Exception (HTTP status 400).
METHODS
pointer
The rule key whose array was too long.
max
The configured maximum array depth.
attempted
The number of elements the incoming data attempted.
message
"Pointer 'children' has array length of '5000' but maximum is '1000'."
AUTHOR
John Napiorkowski <jjnapiork@cpan.org>
COPYRIGHT & LICENSE
Copyright 2026, John Napiorkowski. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.