-
-
11 Aug 2021 17:05:06 UTC
- Distribution: JMAP-Tester-WebSocket
- Module version: 0.002
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (240 / 2 / 3)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.12.0
- Activity
24 month- Tools
- Download (17.28KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Matthew Horsfall
- Dependencies
- Data::Dumper
- IO::Async::Loop
- JMAP::Tester
- JMAP::Tester::Response::Paragraph
- JMAP::Tester::Response::Sentence
- JMAP::Tester::Role::Result
- JMAP::Tester::Role::SentenceCollection
- JMAP::Tester::SentenceBroker
- JSON
- JSON::MaybeXS
- Moo
- Moo::Role
- Net::Async::WebSocket::Client
- Params::Util
- Protocol::WebSocket::Request
- Scalar::Util
- Try::Tiny
- namespace::clean
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
JMAP::Tester::WebSocket::Result::Failure - what you get when your JMAP request utterly fails
VERSION
version 0.002
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.
Module Install Instructions
To install JMAP::Tester::WebSocket, copy and paste the appropriate command in to your terminal.
cpanm JMAP::Tester::WebSocket
perl -MCPAN -e shell install JMAP::Tester::WebSocket
For more information on module installation, please visit the detailed CPAN module installation guide.