Class BaseErrorCode
-
- All Implemented Interfaces:
public abstract class BaseErrorCodeBase abstract class for all error codes in the 3DS SDK.
This class provides the foundation for error code hierarchies, containing the error code string and a public message that can be displayed to users. The fields are marked as internal and use
-
-
Constructor Summary
Constructors Constructor Description BaseErrorCode(String code, String publicMessage)
-