Class: IControl::Management::EventSubscription::SubscriptionStatusCode

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/management/event_subscription.rb,
lib/icontrol/management/event_subscription.rb

Overview

Status codes specific to the EventSubscription interface.

Constant Summary collapse

E_OK =

No error has occured. Status is successful.

:E_OK
E_GENERAL_ERROR =

A general uncategorized error.

:E_GENERAL_ERROR
E_INVALID_EVENT_TYPE =

An invalid EventType was specified.

:E_INVALID_EVENT_TYPE
E_INVALID_ID =

An invalid subscription id was specified.

:E_INVALID_ID
E_INVALID_URL =

An error occurred due to the specified url.

:E_INVALID_URL
E_INVALID_USERNAME =

An error occurred due to the specified username.

:E_INVALID_USERNAME
E_INVALID_PASSWORD =

An error occurred due to the specified password.

:E_INVALID_PASSWORD
E_INVALID_TTL =

An invalid Time To Live (ttl) value was specified. Possible ranges is (-1, 2^32-1)

:E_INVALID_TTL
E_INVALID_MIN_EVENTS_PER_TIMESLICE =

An invalid min_events_per_timeslice value was specified. This must be a positive integer less than 200.

:E_INVALID_MIN_EVENTS_PER_TIMESLICE
E_INVALID_MAX_TIMESLICE =

An invalid max_timeslice value was specified. This must be a positive integer less than 300.

:E_INVALID_MAX_TIMESLICE
E_INVALID_ENABLED_STATE =

An invalid enabled_state was specified.

:E_INVALID_ENABLED_STATE
E_CONNECTION_REFUSED =

An attempt to contact the given url at the EventNotification endpoint was refused. This usually occurs when the specified port is not configured on the server.

:E_CONNECTION_REFUSED
E_CONNECTION_TIMEDOUT =

An attempt to contact the given url at the EventNotification endpoint timed out.

:E_CONNECTION_TIMEDOUT