FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Constant summary | |
---|---|
constant integer | CONNECTION_FAILED := 0
errorType constant value for failure to connect to the Session. |
constant integer | DISCONNECTION_FAILED := 1
errorType constant value for failure to disconnect the Session. |
constant string | MESSAGE_EP_KEY := "MESSAGE"
extraParam constant key value for the Message associated with the error. The value is a string. |
constant string | REF_ID_EP_KEY := "REF_ID"
extraParam constant key value for the Ref Id associated with the error. The value can be parsed to an integer. |
constant string | SESSION_ID_EP_KEY := "SESSION_ID"
extraParam constant key value for the Session Id associated with the error. The value can be parsed to an integer. |
constant integer | UNKNOWN_CONNECTED_CALLBACK := 2
errorType constant value for an unknown Connected callback. |
constant integer | UNKNOWN_ERROR_CALLBACK := 3
errorType constant value for an unknown Error callback. |
Constant detail |
---|
constant integer CONNECTION_FAILED := 0errorType constant value for failure to connect to the Session.
constant integer DISCONNECTION_FAILED := 1errorType constant value for failure to disconnect the Session.
constant string MESSAGE_EP_KEY := "MESSAGE"extraParam constant key value for the Message associated with the error. The value is a string.
constant string REF_ID_EP_KEY := "REF_ID"extraParam constant key value for the Ref Id associated with the error. The value can be parsed to an integer.
constant string SESSION_ID_EP_KEY := "SESSION_ID"extraParam constant key value for the Session Id associated with the error. The value can be parsed to an integer.
constant integer UNKNOWN_CONNECTED_CALLBACK := 2errorType constant value for an unknown Connected callback.
constant integer UNKNOWN_ERROR_CALLBACK := 3errorType constant value for an unknown Error callback.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |