SinchError

interface SinchError

Properties

Link copied to clipboard
abstract val code: Int

The error code that should be used only for logging and troubleshooting purposes.

Link copied to clipboard
abstract val errorType: ErrorType

The error type which describes which part of the SDK caused the error.

Link copied to clipboard
abstract val extras: Map<String, String>

Data containing any extra information about the error. It might be empty.

Link copied to clipboard
abstract val message: String

Human readable message of the error, if available.