Module tdlight.api

Class TdApi.StatisticalGraphError

Enclosing class:
TdApi

public static final class TdApi.StatisticalGraphError extends TdApi.StatisticalGraph
An error message to be shown to the user instead of the graph.
  • Field Details

    • errorMessage

      public String errorMessage
      The error message.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • StatisticalGraphError

      public StatisticalGraphError()
      An error message to be shown to the user instead of the graph.
    • StatisticalGraphError

      public StatisticalGraphError(String errorMessage)
      An error message to be shown to the user instead of the graph.
      Parameters:
      errorMessage - String The error message.
    • StatisticalGraphError

      public StatisticalGraphError(DataInput input) throws IOException
      An error message to be shown to the user instead of the graph.
      Throws:
      IOException
  • Method Details