Class Rpc.MethodResponse.Fault

  • Enclosing class:
    Rpc.MethodResponse

    public static final class Rpc.MethodResponse.Fault
    extends Object
    The implementation of a RPC fault.
    • Method Detail

      • getFaultCode

        public final int getFaultCode()
        Gets the fault code.
        Returns:
        The fault code.
      • getFaultString

        public final String getFaultString()
        Gets the fault string.
        Returns:
        The fault string.