The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Chloro::Error::Form - An error associated with a specific field

VERSION

version 0.06

SYNOPSIS

    for my $error ( $resultset->form_errors() ) {
        print $error->error()->message();
    }

DESCRIPTION

This class represents an error associated with the form as a whole, not a specific field.

METHODS

This class has the following methods:

$error->message()

Returns a Chloro::ErrorMessage object.

ROLES

This object does the Chloro::Role::Error role.

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)