public static final class Rpc.MethodResponse.Fault
extends java.lang.Object
The implementation of a RPC fault.
| Modifier and Type | Method and Description |
|---|---|
int |
getFaultCode()
Gets the fault code.
|
java.lang.String |
getFaultString()
Gets the fault string.
|
java.lang.String |
toString() |
public final int getFaultCode()
Gets the fault code.
public final java.lang.String getFaultString()
Gets the fault string.
public final java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014–2019 XMPP.rocks. All rights reserved.