Management::EventSubscription::SubscriptionStatusCode

Introduced : BIG-IP_v9.0
Status codes specific to the EventSubscription interface.

Members

Member

Value

Description

E_OK

0

No error has occured. Status is successful.

E_GENERAL_ERROR

1

A general uncategorized error.

E_INVALID_EVENT_TYPE

2

An invalid EventType was specified.

E_INVALID_ID

3

An invalid subscription id was specified.

E_INVALID_URL

4

An error occurred due to the specified url.

E_INVALID_USERNAME

5

An error occurred due to the specified username.

E_INVALID_PASSWORD

6

An error occurred due to the specified password.

E_INVALID_TTL

7

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

E_INVALID_MIN_EVENTS_PER_TIMESLICE

8

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

E_INVALID_MAX_TIMESLICE

9

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

E_INVALID_ENABLED_STATE

10

An invalid enabled_state was specified.

E_CONNECTION_REFUSED

11

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_TIMEDOUT

12

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

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.