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

NAME

JMAP::Tester::Result::Failure - what you get when your JMAP request utterly fails

VERSION

version 0.016

OVERVIEW

This is the sort of worthless object you get back when your JMAP request fails. This class should be replaced, in most cases, by more useful classes in the future.

It's got an is_success method. It returns false.

AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by FastMail, Ltd.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.