Exception: XenApi::Client::LoginRequired

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/xenapi/xenapi/client.rb

Overview

The LoginRequired exception is raised when an API request requires login and no login credentials have yet been provided.

If you don’t perform a login before receiving this exception then you will want to catch it, log into the API and then retry your request.