Recommended Server Issue
Types
Invalid Product Name
Link copied to clipboard
data class InvalidProductName(productName: String?) : RecommendedServerIssue
Content copied to clipboard
The product name in the system information is incorrect.
Missing System Info
Link copied to clipboard
data class MissingSystemInfo(throwable: Throwable?) : RecommendedServerIssue
Content copied to clipboard
No system information found. This could happen due too networking issues or an invalid server address.
Missing Version
Link copied to clipboard
No version found in system information.
Outdated Server Version
Link copied to clipboard
data class OutdatedServerVersion(version: ServerVersion) : RecommendedServerIssue
Content copied to clipboard
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.
Slow Response
Link copied to clipboard
The system information response was slow.
Unsupported Server Version
Link copied to clipboard
data class UnsupportedServerVersion(version: ServerVersion) : RecommendedServerIssue
Content copied to clipboard
The SDK does not support the server version.
Inheritors
MissingSystemInfo
Link copied to clipboard
InvalidProductName
Link copied to clipboard
MissingVersion
Link copied to clipboard
UnsupportedServerVersion
Link copied to clipboard
OutdatedServerVersion
Link copied to clipboard
SlowResponse
Link copied to clipboard