Deprecated. since 3.0, Use com.sap.mobile.lib.request.IRequestStateElement
All members of ISDMRequestStateElement, including inherited members.
VariablesModifier and Type | Variable | Description |
---|---|---|
public static final int | AUTHENTICATION_ERROR | Authentication error. |
public static final int | CLIENT_ERROR | Client error. |
public static final int | HTTP_ERROR | Server response status > 302. |
public static final int | NETWORK_ERROR | There was a network error during a read/write to/from stream. |
public static final int | NO_ERROR | |
public static final int | PARSE_ERROR | Problem with parsing the response xml. |
public static final int | REQUEST_ERROR | Problem with parsing the request. |
Modifier and Type | Method | Description |
---|---|---|
public abstract int | getErrorCode() | Returns the error code. |
public abstract Exception | getException() | Returns the Exception if it was set. |
public abstract HttpResponse | getHttpResponse() | Returns the HttpResponse. |
public abstract int | getHttpStatusCode() | Returns the HTTP status if it was set. |
public abstract void | setErrorCode(final int) | Sets the error code. |
public abstract void | setException(final Exception) | Sets the Exception. |
public abstract void | setHttpResponse(HttpResponse) | Sets the HttpResponse. |
public abstract void | setHttpStatusCode(final int) | Sets the HTTP status. |