|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<FailureCode> com.adobe.connectpro.telephony.adaptor.FailureCode
public enum FailureCode
Failure codes used by adaptor to indicate the cause of failure in failure callbacks
Enum Constant Summary | |
---|---|
TELEPHONY_ACCOUNT_EXPIRED
Telephony profile account used to make a request is expired. |
|
TELEPHONY_CONFERENCE_ALREADY_ACTIVE
Caller tried to start a conference that is already started. |
|
TELEPHONY_CONFERENCE_NOT_ACTIVE
Operation on the conference cannot be performed because the conference is inactive. |
|
TELEPHONY_DIAL_OUT_DISALLOWED
Dialouts are not allowed. |
|
TELEPHONY_INTERNAL_ERROR
Operation could not be performed due to internal adaptor error. |
|
TELEPHONY_INTERNATIONAL_DIAL_OUT_DISALLOWED
International Dialouts are not allowed. |
|
TELEPHONY_INVALID_ARGUMENT
The argument passed by Connect Pro is invalid. |
|
TELEPHONY_INVALID_CREDENTIALS
Invalid profile fields are provided for the telephony account. |
|
TELEPHONY_INVALID_FIELDS
The fields given for validating user profiles are not valid. |
|
TELEPHONY_NO_RESPONSE
No response is received from the conference bridge for a call within the specified amount of time |
|
TELEPHONY_SERVER_DOWN
The request cannot be processed due to server outage. |
|
TELEPHONY_UNKNOWN_ERROR
Operation could not be performed due to some server error which is unknown to the adaptor or doesn't fit in any of errors understood and handled by Connect Pro. |
|
TELEPHONY_USER_ANS_NO_RESPONSE
Dialout has failed due to no response from user after the call was answered by user. |
|
TELEPHONY_USER_LINE_BUSY
Dialout has failed due to a busy phone line. |
Method Summary | |
---|---|
java.lang.String |
toString()
String value of the enum constant |
static FailureCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FailureCode |
valueOfCustom(java.lang.String customName)
Returns the enum constant based on String value of the same |
static FailureCode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final FailureCode TELEPHONY_INVALID_ARGUMENT
public static final FailureCode TELEPHONY_NO_RESPONSE
public static final FailureCode TELEPHONY_SERVER_DOWN
public static final FailureCode TELEPHONY_INTERNAL_ERROR
public static final FailureCode TELEPHONY_UNKNOWN_ERROR
public static final FailureCode TELEPHONY_USER_ANS_NO_RESPONSE
public static final FailureCode TELEPHONY_USER_LINE_BUSY
public static final FailureCode TELEPHONY_ACCOUNT_EXPIRED
public static final FailureCode TELEPHONY_INVALID_CREDENTIALS
public static final FailureCode TELEPHONY_CONFERENCE_ALREADY_ACTIVE
public static final FailureCode TELEPHONY_CONFERENCE_NOT_ACTIVE
public static final FailureCode TELEPHONY_INVALID_FIELDS
public static final FailureCode TELEPHONY_DIAL_OUT_DISALLOWED
public static final FailureCode TELEPHONY_INTERNATIONAL_DIAL_OUT_DISALLOWED
Method Detail |
---|
public static FailureCode[] values()
for (FailureCode c : FailureCode.values()) System.out.println(c);
public static FailureCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<FailureCode>
public static FailureCode valueOfCustom(java.lang.String customName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |