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 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
data class ServerUnreachable(val throwable: <Error class: unknown class>) : RecommendedServerIssue

Server is unreachable. This happens when the server is overloaded, unstable or the client is unable to establish a connection.

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: unknown class>) : RecommendedServerIssue

The SDK does not support the server version.