public class ErrorResponse extends ReqResponse<VoidPayload>
Modifier and Type | Field and Description |
---|---|
static int |
CODE_OK |
static int |
CODE_PARAM_ERROR |
static int |
CODE_SERVER_ERROR |
Constructor and Description |
---|
ErrorResponse(int version,
String msgType,
int retCode,
String retMsg) |
getRequestIndex, getRetCode, getRetMsg, setRequestIndex
getMsgType, getPayload, getVersion, setPayload, toString
public static final int CODE_OK
public static final int CODE_PARAM_ERROR
public static final int CODE_SERVER_ERROR
Copyright © 2014–2015. All rights reserved.