Unknown Response Exception
class UnknownResponseException(message: String? = null, cause: Throwable? = null, code: Int? = null, body: String? = null) : NetworkException
Exception thrown when the server returns an unknown or unexpected status code. This typically occurs when the server returns a status code that is not handled by the SDK.