NAME
JMAP::Tester::Result::Failure - what you get when your JMAP request utterly fails
VERSION
version 0.019
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.