Méthode | Description | |
---|---|---|
Error ( ) : System | ||
Error ( ErrorCode code ) : System | ||
Error ( ErrorCondition condition ) : System |
Creates an error Element according the the condition The type attrib as added automatically as decribed in the XMPP specs This is the prefered way to create error Elements
|
|
Error ( ErrorType type ) : System | ||
Error ( ErrorType type, ErrorCondition condition ) : System | ||
Error ( int code ) : System |
public Error ( ErrorCondition condition ) : System | ||
condition | ErrorCondition | |
Résultat | System |
public Error ( ErrorType type, ErrorCondition condition ) : System | ||
type | ErrorType | |
condition | ErrorCondition | |
Résultat | System |