Package com.yahoo.jrt

Class ErrorCode

java.lang.Object
com.yahoo.jrt.ErrorCode

public class ErrorCode extends Object
This class contains the error codes defined by the RPC protocol. The error code associated with a request is obtained through the Request.errorCode method. Note that according to the RPC protocol, applications may define custom error codes with values 65536 (0x10000) and greater.
  • Field Details

  • Constructor Details

    • ErrorCode

      public ErrorCode()