public interface SinchError
| Modifier and Type | Method and Description | 
|---|---|
| int | getCode()Returns the error code that should be used only for logging and troubleshooting purposes. | 
| ErrorType | getErrorType()Returns the error type which describes which part of the SDK caused the error. | 
| java.util.Map<java.lang.String,java.lang.String> | getExtras()Returns a map containing any extra information about the error. | 
| java.lang.String | getMessage()Returns a human readable message of the error, if available. | 
ErrorType getErrorType()
ErrorType.java.lang.String getMessage()
int getCode()
java.util.Map<java.lang.String,java.lang.String> getExtras()
Copyright 2016, Sinch AB