Something Went Wrong Error
class SomethingWentWrongError constructor(message: String? = null, cause: Throwable? = null) : UnknownError(source)
A class representing an error that occurs when something goes wrong in the SDK.
Parameters
message
The error message.
cause
The underlying cause of the error.