ConnectivityErrorCode

Sealed class representing connectivity error codes with their public messages.

This class defines error codes related to network connectivity issues in the 3DS SDK. Each error code object contains a unique error code identifier and a public message that can be safely displayed to users.

Parameters

code

The error code string identifier.

publicMessage

The public-facing error message that can be safely displayed to users.

Inheritors

Types

Link copied to clipboard

A network connection to the server could not be established.

Link copied to clipboard

A network request did not complete within the allowed time and timed out.

Certificate transparency validation failed for a network call.

Properties

Link copied to clipboard
@SerializedName(value = "code")
open override val code: String

The error code string identifier.

Link copied to clipboard
@SerializedName(value = "message")
open override val publicMessage: String

The public-facing error message that can be safely displayed to users.