Exception: XenApi::Errors::SessionNotRegistered

Inherits:
GenericError
  • Object
show all
Defined in:
lib/xenapi/xenapi/errors.rb

Overview

This session is not registered to receive events. You must call event.register before event.next. The session handle you are using is echoed.

Raised by

  • event.next

Instance Attribute Summary

Attributes inherited from GenericError

#description

Method Summary

Methods inherited from GenericError

#initialize

Constructor Details

This class inherits a constructor from XenApi::Errors::GenericError