Recommended Server Issue
Types
Link copied to clipboard
data class InvalidProductName(val productName: String?) : RecommendedServerIssue
Content copied to clipboard
The product name in the system information is incorrect.
Link copied to clipboard
data class MissingSystemInfo(val throwable: Throwable?) : RecommendedServerIssue
Content copied to clipboard
No system information found. This could happen due too networking issues or an invalid server address.
Link copied to clipboard
No version found in system information.
Link copied to clipboard
data class OutdatedServerVersion(val version: <ERROR CLASS>) : 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.
Link copied to clipboard
The system information response was slow.
Link copied to clipboard
data class UnsupportedServerVersion(val version: <ERROR CLASS>) : RecommendedServerIssue
Content copied to clipboard
The SDK does not support the server version.