RecommendedServerIssue

interface RecommendedServerIssue

Types

Link copied to clipboard
data class InvalidProductName(val productName: String?) : RecommendedServerIssue

The product name in the system information is incorrect.

Link copied to clipboard
data class MissingSystemInfo(val throwable: Throwable?) : RecommendedServerIssue

No system information found. This could happen due too networking issues or an invalid server address.

Link copied to clipboard
object MissingVersion : RecommendedServerIssue

No version found in system information.

Link copied to clipboard
data class OutdatedServerVersion(val version: <ERROR CLASS>) : RecommendedServerIssue

The SDK uses a newer version of the API compared to the server. While this normally shouldn't be a problem, it may potentially cause problems like crashes.

Link copied to clipboard
data class SlowResponse(val responseTime: Long) : RecommendedServerIssue

The system information response was slow.

Link copied to clipboard
data class UnsupportedServerVersion(val version: <ERROR CLASS>) : RecommendedServerIssue

The SDK does not support the server version.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard