Interface ChatClientDebugger

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • onNonFatalErrorOccurred

         Unit onNonFatalErrorOccurred(String tag, String src, String desc, Error error)

        Called when a non-fatal error occurs.

        Parameters:
        tag - The location where the error occurred.
        src - The source of the error.
        desc - The description of the error.
        error - The error that occurred.