Class ConnectivityErrorCode
-
- All Implemented Interfaces:
public class ConnectivityErrorCode extends BaseErrorCode
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classConnectivityErrorCode.E2001_connection_failedA network connection to the server could not be established.
public classConnectivityErrorCode.E2002_connection_timeoutA network request did not complete within the allowed time and timed out.
public classConnectivityErrorCode.E2006_certificate_transparency_checks_failedCertificate transparency validation failed for a network call.
-
Field Summary
Fields Modifier and Type Field Description private final Stringcodeprivate final StringpublicMessage
-
Method Summary
Modifier and Type Method Description StringgetCode()The error code string identifier. StringgetPublicMessage()The public-facing error message that can be safely displayed to users. -
-
Method Detail
-
getPublicMessage
String getPublicMessage()
The public-facing error message that can be safely displayed to users.
-
-
-
-