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

NAME

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

VERSION

version 0.004

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. It also has:

METHODS

ident

An error identifier. May or may not be defined.

AUTHOR

Matthew Horsfall <wolfsage@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 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.