Uses of Class
com.sinch.android.rtc.ErrorType
-
Packages that use ErrorType Package Description com.sinch.android.rtc -
-
Uses of ErrorType in com.sinch.android.rtc
Methods in com.sinch.android.rtc that return ErrorType Modifier and Type Method Description ErrorType
SinchError. getErrorType()
Returns the error type which describes which part of the SDK caused the error.static ErrorType
ErrorType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ErrorType[]
ErrorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-