Exception: JabberAdmin::CommandError

Inherits:
Error
  • Object
show all
Defined in:
lib/jabber_admin/errors.rb

Overview

This exception is raised when the response from the ejabberd REST API indicated that the status of the command was not successful. In this case the response body includes a one (1). In case everything was fine, it includes a zero (0).

Instance Attribute Summary

Attributes inherited from Error

#response

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from JabberAdmin::Error