VPS2NetworkRequestRecord
Diagnostics record describing a VPS2 network request. The identifier is a 32-byte ASCII hex string (uppercase) returned by native.
Declaration
data class VPS2NetworkRequestRecordProperties
| Name | Type | Summary |
|---|---|---|
| endTimeMs | Long | - |
| error | NetworkError | - |
| errorValue | Int | - |
| frameId | Long | - |
| identifier | UUID | - |
| startTimeMs | Long | - |
| status | NetworkRequestStatus | - |
| statusValue | Int | - |
| type | VPS2NetworkRequestType | - |
| typeValue | Int | - |
Functions
| Name | Type | Summary |
|---|---|---|
| identifierString | String | Interprets [identifier] as a UTF-8 string. For VPS2 identifiers, this will be a 32-character uppercase hexadecimal string. |