Class BaseErrorCode

  • All Implemented Interfaces:

    
    public abstract class BaseErrorCode
    
                        

    Base 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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseErrorCode

        BaseErrorCode(String code, String publicMessage)
    • Method Detail