hi,
what means DSResponse.getStatus == -11? The file size for upload has been exceeded? correct?
I find nothing about this rc in the javadoc:
best regards,
timo
what means DSResponse.getStatus == -11? The file size for upload has been exceeded? correct?
I find nothing about this rc in the javadoc:
Code:
com.smartgwt.client.rpc.RPCResponse public static final int STATUS_FAILURE -1 public static final int STATUS_LOGIN_INCORRECT -5 public static final int STATUS_LOGIN_REQUIRED -7 public static final int STATUS_LOGIN_SUCCESS -8 public static final int STATUS_MAX_LOGIN_ATTEMPTS_EXCEEDED -6 public static final int STATUS_SERVER_TIMEOUT -100 public static final int STATUS_SUCCESS 0 public static final int STATUS_TRANSPORT_ERROR -90 public static final int STATUS_VALIDATION_ERROR -4
timo
Comment