-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum VoiceGeneralError extends Enum<VoiceGeneralError>
Contains general errors specific for Voice features
-
-
Enum Constant Summary
Enum Constants Enum Constant Description QUERY_HISTORY_QUERY_TIMEOUT
QUERY_HISTORY_QUERY_ERROR
GENERAL_NOT_UNDERSTAND
GENERAL_CONNECTIVITY_ERROR
GENERAL_EXIT
-
Method Summary
Modifier and Type Method Description final String
getMessage()
final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getMessage
final String getMessage()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-