-
- All Implemented Interfaces:
public interface SinchError
-
-
Method Summary
Modifier and Type Method Description abstract ErrorTypegetErrorType()Returns the error type which describes which part of the SDK caused the error. abstract StringgetMessage()Returns a human readable message of the error, if available. abstract IntegergetCode()Returns the error code that should be used only for logging and troubleshooting purposes. abstract Map<String, String>getExtras()Returns a map containing any extra information about the error. -
-
Method Detail
-
getErrorType
abstract ErrorType getErrorType()
Returns the error type which describes which part of the SDK caused the error.
-
getMessage
abstract String getMessage()
Returns a human readable message of the error, if available.
-
getCode
abstract Integer getCode()
Returns the error code that should be used only for logging and troubleshooting purposes.
-
-
-
-