Enum StanzaError.Type

java.lang.Object
java.lang.Enum<StanzaError.Type>
org.jivesoftware.smack.packet.StanzaError.Type
All Implemented Interfaces:
Serializable, Comparable<StanzaError.Type>
Enclosing class:
StanzaError

public static enum StanzaError.Type extends Enum<StanzaError.Type>
A class to represent the type of the Error. The types are:
  • XMPPError.Type.WAIT - retry after waiting (the error is temporary)
  • XMPPError.Type.CANCEL - do not retry (the error is unrecoverable)
  • XMPPError.Type.MODIFY - retry after changing the data sent
  • XMPPError.Type.AUTH - retry after providing credentials
  • XMPPError.Type.CONTINUE - proceed (the condition was only a warning)