package com.smartgwt.client.docs; /** * Status codes returned by the server as rpcResponse.status.<br> See the error handling doc section in {@link * com.smartgwt.client.rpc.RPCManager RPCManager} for more information on these codes * @see com.smartgwt.client.rpc.RPCResponse#STATUS_SUCCESS * @see com.smartgwt.client.rpc.RPCResponse#STATUS_OFFLINE * @see com.smartgwt.client.rpc.RPCResponse#STATUS_FAILURE * @see com.smartgwt.client.rpc.RPCResponse#STATUS_VALIDATION_ERROR * @see com.smartgwt.client.rpc.RPCResponse#STATUS_LOGIN_INCORRECT * @see com.smartgwt.client.rpc.RPCResponse#STATUS_MAX_LOGIN_ATTEMPTS_EXCEEDED * @see com.smartgwt.client.rpc.RPCResponse#STATUS_LOGIN_REQUIRED * @see com.smartgwt.client.rpc.RPCResponse#STATUS_LOGIN_SUCCESS * @see com.smartgwt.client.rpc.RPCResponse#STATUS_UPDATE_WITHOUT_PK_ERROR * @see com.smartgwt.client.rpc.RPCResponse#STATUS_TRANSACTION_FAILED * @see com.smartgwt.client.rpc.RPCResponse#STATUS_TRANSPORT_ERROR * @see com.smartgwt.client.rpc.RPCResponse#STATUS_UNKNOWN_HOST_ERROR * @see com.smartgwt.client.rpc.RPCResponse#STATUS_CONNECTION_RESET_ERROR * @see com.smartgwt.client.rpc.RPCResponse#STATUS_SERVER_TIMEOUT */ public interface StatusCodes { }