RecommendedServerIssue
Types
Link copied to clipboard
The product name in the system information is incorrect.
Link copied to clipboard
No system information found from server. Server is returning invalid system info.
Link copied to clipboard
No version found in system information.
Link copied to clipboard
data class OutdatedServerVersion(val version: <Error class: unknown 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 SecureConnectionFailed(val sslException: <Error class: unknown class>) : RecommendedServerIssue
Failed to acquire a secure connection. This happens due to incorrect SSL configurations.
Link copied to clipboard
Server is unreachable. This happens when the server is overloaded, unstable or the client is unable to establish a connection.
Link copied to clipboard
The system information response was slow.
Link copied to clipboard
data class UnsupportedServerVersion(val version: <Error class: unknown class>) : RecommendedServerIssue
The SDK does not support the server version.