Bold360 and BoldChat Developer Center

ErrorCodes

com.boldchat.visitor.api

Class ErrorCodes

  • java.lang.Object
    • com.boldchat.visitor.api.ErrorCodes


  • public class ErrorCodes
    extends java.lang.Object
    Values of known reasons a chat can end.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int INPUT_OUTPUT_ERROR
      There was a communication problem with the chat server.
      static int JSON_PARSE_ERROR
      The message received back from the server failed to parse as a valid JSON message.
      static int UNKNOWN_EXCEPTION
      There was an exception or error that was unexpected.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ErrorCodes() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INPUT_OUTPUT_ERROR

        public static final int INPUT_OUTPUT_ERROR
        There was a communication problem with the chat server.
        See Also:
        Constant Field Values
      • UNKNOWN_EXCEPTION

        public static final int UNKNOWN_EXCEPTION
        There was an exception or error that was unexpected.
        See Also:
        Constant Field Values
      • JSON_PARSE_ERROR

        public static final int JSON_PARSE_ERROR
        The message received back from the server failed to parse as a valid JSON message.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ErrorCodes

        public ErrorCodes()