Interface G2Fallible

    • Method Detail

      • getLastException

        String getLastException()
        Returns a string about the last error the system received. This is most commonly called after an API function returns an error code (non-zero or NULL)
        Returns:
        An error message
      • getLastExceptionCode

        int getLastExceptionCode()
        Returns the exception code of the last error the system received. This is most commonly called after an API function returns an error code (non-zero or NULL)
        Returns:
        An error code
      • clearLastException

        void clearLastException()
        Clears the information about the last error the system received.