html::widget::error(3pm) debian man page | unix.com

Man Page: html::widget::error

Operating Environment: debian

Section: 3pm

HTML::Widget::Error(3pm)				User Contributed Perl Documentation				  HTML::Widget::Error(3pm)

NAME
HTML::Widget::Error - Error
SYNOPSIS
my @errors = $form->errors('foo'); for my $error (@errors) { print $error->type; print $error->message; }
DESCRIPTION
Error.
METHODS
name Arguments: $name Return Value: $name message Arguments: $message Return Value: $message no_render Arguments: $bool If true, this error will not be displayed by "$result->as_xml". This is used internally used by "render_errors" in HTML::Widget::Constraint. type Arguments: $type Return Value: $type
AUTHOR
Sebastian Riedel, "sri@oook.de"
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2007-03-01 HTML::Widget::Error(3pm)
Related Man Pages
html::widget::element::nullcontainer(3pm) - debian
html::formfu::role::constraint::others(3pm) - debian
html::formhandler::widget::form::simple(3pm) - debian
html::widget::accessor(3pm) - debian
html::widget::result(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?