Enum ClientMessage.ClientMessageId

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ClientMessage.ClientMessageId>
    Enclosing class:
    ClientMessage

    public static enum ClientMessage.ClientMessageId
    extends java.lang.Enum<ClientMessage.ClientMessageId>
    Basic message ID. Order here is not important; explanation of each ID's meaning is generally given with the associated error string -- see the static ClientMessage array below...

    Not all codes are currently applicable, and some of these codes as P4Java-specific.

    Note that ID's are NOT the same as error codes; codes are given below for each message as copied from the C++ API, and those codes are significant (and should be the same as the corresponding C++ API client message code) but are basically intended to be opaque here.