logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

AnyEvent::XMPP::Error::Stream - XML Stream errors

Author

       Robin Redeker, "<elmex at ta-sa.org>", JID: "<elmex at jabber.org>"

Name

       AnyEvent::XMPP::Error::Stream - XML Stream errors

       Subclass of AnyEvent::XMPP::Error

   METHODSxml_node()
           Returns the AnyEvent::XMPP::Node object for this stream error.

       name()
           Returns the name of the error. That might be undef, one of the following strings or some other string
           that has been discovered by a heuristic (because some servers send errors that are not in the RFC).

              bad-format
              bad-namespace-prefix
              conflict
              connection-timeout
              host-gone
              host-unknown
              improper-addressing
              internal-server-error
              invalid-from
              invalid-id
              invalid-namespace
              invalid-xml
              not-authorized
              policy-violation
              remote-connection-failed
              resource-constraint
              restricted-xml
              see-other-host
              system-shutdown
              undefined-condition
              unsupported-stanza-type
              unsupported-version
              xml-not-well-formed

       text()
           The humand readable error portion. Might be undef if none was received.

See Also