HttpDownloadStatus class
HTTP transport download status — numeric values MUST match rac_http_download_status_t (RAC_HTTP_DL_) in sdk/runanywhere-commons/include/rac/infrastructure/http/rac_http_download.h. rac_http_download_execute returns this int directly through the C ABI; every SDK consumes the proto-generated enum so a new RAC_HTTP_DL_ value added in commons fails compilation across all bindings until the enum is extended here. OK = 0 mirrors the C ABI's success sentinel (no separate UNSPECIFIED needed — success is the proto3 zero default).
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
nameor thevalueif names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
int value) → HttpDownloadStatus?
Constants
- HTTP_DOWNLOAD_STATUS_CANCELLED → const HttpDownloadStatus
- HTTP_DOWNLOAD_STATUS_CHECKSUM_FAILED → const HttpDownloadStatus
- HTTP_DOWNLOAD_STATUS_DNS_ERROR → const HttpDownloadStatus
- HTTP_DOWNLOAD_STATUS_FILE_ERROR → const HttpDownloadStatus
- HTTP_DOWNLOAD_STATUS_INSUFFICIENT_STORAGE → const HttpDownloadStatus
- HTTP_DOWNLOAD_STATUS_INVALID_URL → const HttpDownloadStatus
- HTTP_DOWNLOAD_STATUS_NETWORK_ERROR → const HttpDownloadStatus
- HTTP_DOWNLOAD_STATUS_NETWORK_UNAVAILABLE → const HttpDownloadStatus
- HTTP_DOWNLOAD_STATUS_OK → const HttpDownloadStatus
- HTTP_DOWNLOAD_STATUS_SERVER_ERROR → const HttpDownloadStatus
- HTTP_DOWNLOAD_STATUS_SSL_ERROR → const HttpDownloadStatus
- HTTP_DOWNLOAD_STATUS_TIMEOUT → const HttpDownloadStatus
- HTTP_DOWNLOAD_STATUS_UNKNOWN → const HttpDownloadStatus
-
values
→ const List<
HttpDownloadStatus>