Microsoft-Windows-Runtime-WebAPI

71 events across 1 channel

EventTitleChannelSample
1Async operation asyncOperation at asyncObject started.TracingN
2Async operation asyncOperation at asyncObject failed to start.TracingN
3Async operation asyncOperation at asyncObject completed successfully.TracingN
4Async operation asyncOperation at asyncObject failed with error code errorCode: …TracingN
5Async operation asyncOperation at asyncObject was cancelled.TracingN
6Async operation asyncOperation at asyncObject was closed.TracingN
7Async operation asyncOperation at asyncObject called completion callback at …TracingN
8Async operation asyncOperation at asyncObject called progress callback at …TracingN
9Async operation asyncOperation at asyncObject failed to remove handler from GIT.TracingN
10Async operation asyncOperation at asyncObject failed to register handler at GIT.TracingN
11Async operation asyncOperation at asyncObject failed to retrieve handler from …TracingN
12Failed to parse URI 'uri'.TracingN
13Failed to create URI with base URI 'str1' and relative URI 'str2'.TracingN
14Add HTTP header 'str1: str2'.TracingN
15Start to connect to 'str1' with credential of 'str2'.TracingN
16Start to connect to 'uri' with default credential.TracingN
17Failed to connect to 'uri' at port port.TracingN
18Opening request to 'str1' to 'str2' with flags flags.TracingN
19Failed to open request to 'uri'.TracingN
20Request context obj1 has request handle obj2 to 'uri'.TracingN
21Set HTTP send and receive timeout to lengthms on request handle obj.TracingN
22Start to send to request handle obj with content length length.TracingN
23Request handle obj completed synchronously.TracingN
24Request context obj completed send asynchronously.TracingN
25Writing length bytes to request handle obj.TracingN
26Failed to send entity body to request handle obj.TracingN
27Sent HTTP request at request handle obj: statusDescription.TracingN
28Start to receive response from request handle obj.TracingN
29Received HTTP response from request handle obj with status code statusCode and …TracingN
30Receive HTTP response from request handle obj: statusDescription.TracingN
31Failed to receive HTTP response from request handle obj.TracingN
32Request context obj received HTTP response of length bytes, which is over the …TracingN
33Request context obj resubmiting the request.TracingN
34Reusing the request handle obj for server 'statusDescription'.TracingN
35Request context obj was aborted.TracingN
36Progress to 'statusDescription': int1 bytes sent; int2 total bytes to send; int3 …TracingN
37HTTP request to 'uri' completed.TracingN
38Async operation asyncOperation at asyncObject failed to process HTTP response …TracingN
39runtimeClass::api is called.TracingY
40runtimeClass::api returned successfully.TracingY
41runtimeClass::api failed with HRESULT hresult: errorMessage.TracingN
42Start downloading category document at 'uri'.TracingN
43Category document downloaded successfully at 'uri'.TracingN
44Failed to download category document at 'uri'.TracingN
45Failed to download category document at 'uri'.TracingN
46Failed to parse category document downloaded from 'uri'.TracingN
47Required element 'uri' is missing.TracingN
48Required attribute 'str1' is missing on element 'str2'.TracingN
49Duplicated element 'uri' found.TracingN
50Required element 'uri' is missing.TracingN
51Required attribute 'str1' is missing on element 'str2'.TracingN
52The parsed 'feed' element does not have an 'author' element.TracingN
53Multiple 'uri' elements are found.TracingN
54Ignore the 'entry' element found in 'source' element.TracingN
55The 'entry' element does not have a 'content' element or a 'link' element with …TracingN
56The 'item' element is missing both 'title' and 'description' elements.TracingN
57The 'link' element with rel='enclosure' is missing 'length' attribute.TracingN
58Unexpected child element is found in element with XML: uri.TracingN
59Unexpected 'type' attribute 'str1' when 'src' attribute is present.TracingN
60Unexpected 'type' attribute 'str1' in Atom text content.TracingN
61Element 'str1' should not contain child element or text.TracingN
62Atom text content with type='xhtml' must have a single child element 'div' in …TracingN
63Failed to parse date time 'uri'.TracingN
64Failed to parse integer 'uri'.TracingN
65Failed to parse document: 'uri'.TracingN
66Failed to create attribute node.TracingN
67Failed to create element node.TracingN
68Failed to add attribute 'str1' in namespace 'str2' in to the element.TracingN
69Failed to parse JSON string 'uri'.TracingN
70The JSON string exceeded the maximum allowed depth obj.TracingN
71Handle obj: HTTP/2 enabled.TracingN

Event ID 1: Async operation asyncOperation at asyncObject started.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
Asyncoperationstart

Description

Async operation asyncOperation at asyncObject started.

Message #

Async operation %1 at %2 started.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 2: Async operation asyncOperation at asyncObject failed to start.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
Asyncoperationfailure

Description

Async operation asyncOperation at asyncObject failed to start. The error code is errorCode: hresult.

Message #

Async operation %1 at %2 failed to start. The error code is %3: %4

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer
errorCode UInt32
hresult Int32

Event ID 3: Async operation asyncOperation at asyncObject completed successfully.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
Asyncoperationcomplete

Description

Async operation asyncOperation at asyncObject completed successfully.

Message #

Async operation %1 at %2 completed successfully.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 4: Async operation asyncOperation at asyncObject failed with error code errorCode: hresult.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
Asyncoperationfailure

Description

Async operation asyncOperation at asyncObject failed with error code errorCode: hresult.

Message #

Async operation %1 at %2 failed with error code %3: %4.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer
errorCode UInt32
hresult Int32

Event ID 5: Async operation asyncOperation at asyncObject was cancelled.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
Asyncoperationabort

Description

Async operation asyncOperation at asyncObject was cancelled.

Message #

Async operation %1 at %2 was cancelled.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 6: Async operation asyncOperation at asyncObject was closed.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
Asyncoperationclose

Description

Async operation asyncOperation at asyncObject was closed.

Message #

Async operation %1 at %2 was closed.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer

Event ID 7: Async operation asyncOperation at asyncObject called completion callback at callback.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
Asyncoperationcompletion

Description

Async operation asyncOperation at asyncObject called completion callback at callback.

Message #

Async operation %1 at %2 called completion callback at %3.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer
callback Pointer

Event ID 8: Async operation asyncOperation at asyncObject called progress callback at callback.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
Asyncoperationprogress

Description

Async operation asyncOperation at asyncObject called progress callback at callback.

Message #

Async operation %1 at %2 called progress callback at %3.

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer
callback Pointer

Event ID 9: Async operation asyncOperation at asyncObject failed to remove handler from GIT.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
Asyncoperationfailure

Description

Async operation asyncOperation at asyncObject failed to remove handler from GIT. The error code is errorCode: hresult.

Message #

Async operation %1 at %2 failed to remove handler from GIT. The error code is %3: %4

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer
errorCode UInt32
hresult Int32

Event ID 10: Async operation asyncOperation at asyncObject failed to register handler at GIT.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
Asyncoperationfailure

Description

Async operation asyncOperation at asyncObject failed to register handler at GIT. The error code is errorCode: hresult.

Message #

Async operation %1 at %2 failed to register handler at GIT. The error code is %3: %4

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer
errorCode UInt32
hresult Int32

Event ID 11: Async operation asyncOperation at asyncObject failed to retrieve handler from GIT.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
Asyncoperationfailure

Description

Async operation asyncOperation at asyncObject failed to retrieve handler from GIT. The error code is errorCode: hresult.

Message #

Async operation %1 at %2 failed to retrieve handler from GIT. The error code is %3: %4

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer
errorCode UInt32
hresult Int32

Event ID 12: Failed to parse URI 'uri'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
ParseURI

Description

Failed to parse URI 'uri'.

Message #

Failed to parse URI '%1'.

Fields #

NameDescription
uri UnicodeString

Event ID 13: Failed to create URI with base URI 'str1' and relative URI 'str2'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
ParseURI

Description

Failed to create URI with base URI 'str1' and relative URI 'str2'.

Message #

Failed to create URI with base URI '%1' and relative URI '%2'.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

Event ID 14: Add HTTP header 'str1: str2'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Add HTTP header 'str1: str2'.

Message #

Add HTTP header '%1: %2'.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

Event ID 15: Start to connect to 'str1' with credential of 'str2'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Start to connect to 'str1' with credential of 'str2'.

Message #

Start to connect to '%1' with credential of '%2'.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

Event ID 16: Start to connect to 'uri' with default credential.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Start to connect to 'uri' with default credential.

Message #

Start to connect to '%1' with default credential.

Fields #

NameDescription
uri UnicodeString

Event ID 17: Failed to connect to 'uri' at port port.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Failed to connect to 'uri' at port port. The last error is errorCode: errorMessage.

Message #

Failed to connect to '%1' at port %2. The last error is %3: %4

Fields #

NameDescription
uri UnicodeString
port UInt32
errorCode UInt32
errorMessage UInt32

Event ID 18: Opening request to 'str1' to 'str2' with flags flags.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Opening request to 'str1' to 'str2' with flags flags.

Message #

Opening request to '%1' to '%2' with flags %3.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString
flags HexInt32

Event ID 19: Failed to open request to 'uri'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Failed to open request to 'uri'. The last error is port: errorCode.

Message #

Failed to open request to '%1'. The last error is %2: %3

Fields #

NameDescription
uri UnicodeString
port UInt32
errorCode UInt32
errorMessage UInt32

Event ID 20: Request context obj1 has request handle obj2 to 'uri'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Request context obj1 has request handle obj2 to 'uri'.

Message #

Request context %1 has request handle %2 to '%3'.

Fields #

NameDescription
obj1 Pointer
obj2 Pointer
uri UnicodeString

Event ID 21: Set HTTP send and receive timeout to lengthms on request handle obj.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Set HTTP send and receive timeout to lengthms on request handle obj.

Message #

Set HTTP send and receive timeout to %2ms on request handle %1.

Fields #

NameDescription
obj Pointer
length UInt32

Event ID 22: Start to send to request handle obj with content length length.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Start to send to request handle obj with content length length.

Message #

Start to send to request handle %1 with content length %2.

Fields #

NameDescription
obj Pointer
length UInt32

Event ID 23: Request handle obj completed synchronously.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Request handle obj completed synchronously.

Message #

Request handle %1 completed synchronously.

Fields #

NameDescription
obj Pointer

Event ID 24: Request context obj completed send asynchronously.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Request context obj completed send asynchronously.

Message #

Request context %1 completed send asynchronously.

Fields #

NameDescription
obj Pointer

Event ID 25: Writing length bytes to request handle obj.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Writing length bytes to request handle obj.

Message #

Writing %2 bytes to request handle %1.

Fields #

NameDescription
obj Pointer
length UInt32

Event ID 26: Failed to send entity body to request handle obj.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Failed to send entity body to request handle obj. The last error is errorCode: errorMessage.

Message #

Failed to send entity body to request handle %1. The last error is %2: %3

Fields #

NameDescription
obj Pointer
errorCode UInt32
errorMessage UInt32

Event ID 27: Sent HTTP request at request handle obj: statusDescription.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Sent HTTP request at request handle obj: statusDescription.

Message #

Sent HTTP request at request handle %1: %2

Fields #

NameDescription
obj Pointer
statusDescription UnicodeString

Event ID 28: Start to receive response from request handle obj.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Start to receive response from request handle obj.

Message #

Start to receive response from request handle %1.

Fields #

NameDescription
obj Pointer

Event ID 29: Received HTTP response from request handle obj with status code statusCode and status description 'statusDescription'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Received HTTP response from request handle obj with status code statusCode and status description 'statusDescription'.

Message #

Received HTTP response from request handle %1 with status code %2 and status description '%3'.

Fields #

NameDescription
obj Pointer
statusCode UInt32
statusDescription UnicodeString

Event ID 30: Receive HTTP response from request handle obj: statusDescription.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Receive HTTP response from request handle obj: statusDescription.

Message #

Receive HTTP response from request handle %1: %2

Fields #

NameDescription
obj Pointer
statusDescription UnicodeString

Event ID 31: Failed to receive HTTP response from request handle obj.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Failed to receive HTTP response from request handle obj. The last error is errorCode: errorMessage.

Message #

Failed to receive HTTP response from request handle %1. The last error is %2: %3

Fields #

NameDescription
obj Pointer
errorCode UInt32
errorMessage UInt32

Event ID 32: Request context obj received HTTP response of length bytes, which is over the limit limit.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Request context obj received HTTP response of length bytes, which is over the limit limit.

Message #

Request context %1 received HTTP response of %2 bytes, which is over the %3 limit.

Fields #

NameDescription
obj Pointer
length UInt32
limit UInt32

Event ID 33: Request context obj resubmiting the request.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Request context obj resubmiting the request.

Message #

Request context %1 resubmiting the request.

Fields #

NameDescription
obj Pointer

Event ID 34: Reusing the request handle obj for server 'statusDescription'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Reusing the request handle obj for server 'statusDescription'.

Message #

Reusing the request handle %1 for server '%2'.

Fields #

NameDescription
obj Pointer
statusDescription UnicodeString

Event ID 35: Request context obj was aborted.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Request context obj was aborted.

Message #

Request context %1 was aborted.

Fields #

NameDescription
obj Pointer

Event ID 36: Progress to 'statusDescription': int1 bytes sent; int2 total bytes to send; int3 bytes received; int4 total bytes to receive.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Progress to 'statusDescription': int1 bytes sent; int2 total bytes to send; int3 bytes received; int4 total bytes to receive.

Message #

Progress to '%1': %2 bytes sent; %3 total bytes to send; %4 bytes received; %5 total bytes to receive.

Fields #

NameDescription
statusDescription UnicodeString
int1 UInt32
int2 UInt32
int3 UInt32
int4 UInt32

Event ID 37: HTTP request to 'uri' completed.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

HTTP request to 'uri' completed. The error code is hresult: errorMessage.

Message #

HTTP request to '%1' completed. The error code is %2: %3

Fields #

NameDescription
uri UnicodeString
hresult UInt32
errorMessage Int32

Event ID 38: Async operation asyncOperation at asyncObject failed to process HTTP response 'response'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
HTTPoperation

Description

Async operation asyncOperation at asyncObject failed to process HTTP response 'response'. The error code is errorCode: hresult.

Message #

Async operation %1 at %2 failed to process HTTP response '%3'. The error code is %4: %5

Fields #

NameDescription
asyncOperation UInt32
asyncObject Pointer
response UnicodeString
errorCode UInt32
hresult Int32

Event ID 39: runtimeClass::api is called.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Also via
realtime ETW trace
Level
Verbose
Task
APIs
Opcode
APIEnter

Description

runtimeClass::api is called.

Message #

%1::%2 is called.

Fields #

NameDescription
runtimeClass UInt32
api UInt32

Example Event #

{
  "system": {
    "provider": "Microsoft-Windows-Runtime-WebAPI",
    "guid": "{6BD96334-DC49-441A-B9C4-41425BA628D8}",
    "event_source_name": "",
    "event_id": 39,
    "version": 0,
    "level": 5,
    "task": 1,
    "opcode": 10,
    "keywords": "0x0000000000000001",
    "time_created": "2026-06-02T06:02:22.672+00:00",
    "event_record_id": 0,
    "correlation": {},
    "execution": {
      "process_id": 15540,
      "thread_id": 13464
    },
    "channel": "ETW Trace",
    "computer": "DESKTOP-FF3N5XK",
    "security": {
      "user_id": ""
    }
  },
  "event_data": {
    "api": 140,
    "runtimeClass": 25
  },
  "message": "tasks.API"
}

Event ID 40: runtimeClass::api returned successfully.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Also via
realtime ETW trace
Level
Verbose
Task
APIs
Opcode
APIExit

Description

runtimeClass::api returned successfully.

Message #

%1::%2 returned successfully.

Fields #

NameDescription
runtimeClass UInt32
api UInt32

Example Event #

{
  "system": {
    "provider": "Microsoft-Windows-Runtime-WebAPI",
    "guid": "{6BD96334-DC49-441A-B9C4-41425BA628D8}",
    "event_source_name": "",
    "event_id": 40,
    "version": 0,
    "level": 5,
    "task": 1,
    "opcode": 11,
    "keywords": "0x0000000000000001",
    "time_created": "2026-06-02T06:02:22.672+00:00",
    "event_record_id": 0,
    "correlation": {},
    "execution": {
      "process_id": 15540,
      "thread_id": 13464
    },
    "channel": "ETW Trace",
    "computer": "DESKTOP-FF3N5XK",
    "security": {
      "user_id": ""
    }
  },
  "event_data": {
    "api": 140,
    "runtimeClass": 25
  },
  "message": "tasks.API"
}

Event ID 41: runtimeClass::api failed with HRESULT hresult: errorMessage.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
APIs
Opcode
APIExit

Description

runtimeClass::api failed with HRESULT hresult: errorMessage.

Message #

%1::%2 failed with HRESULT %3: %4

Fields #

NameDescription
runtimeClass UInt32
api UInt32
hresult UInt32
errorMessage Int32

Event ID 42: Start downloading category document at 'uri'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Start downloading category document at 'uri'.

Message #

Start downloading category document at '%1'.

Fields #

NameDescription
uri UnicodeString

Event ID 43: Category document downloaded successfully at 'uri'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Category document downloaded successfully at 'uri'.

Message #

Category document downloaded successfully at '%1'.

Fields #

NameDescription
uri UnicodeString

Event ID 44: Failed to download category document at 'uri'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Failed to download category document at 'uri'. The error code is hresult: errorMessage.

Message #

Failed to download category document at '%1'. The error code is %2: %3

Fields #

NameDescription
uri UnicodeString
hresult UInt32
errorMessage Int32

Event ID 45: Failed to download category document at 'uri'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
HTTPoperation

Description

Failed to download category document at 'uri'. The HTTP status code was statusCode.

Message #

Failed to download category document at '%1'. The HTTP status code was %2.

Fields #

NameDescription
uri UnicodeString
statusCode UInt32

Event ID 46: Failed to parse category document downloaded from 'uri'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O
Opcode
Parsecategorydocument

Description

Failed to parse category document downloaded from 'uri'. The error code is hresult: errorMessage.

Message #

Failed to parse category document downloaded from '%1'. The error code is %2: %3.

Fields #

NameDescription
uri UnicodeString
hresult UInt32
errorMessage Int32

Event ID 47: Required element 'uri' is missing.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Checkrequiredelement

Description

Required element 'uri' is missing.

Message #

Required element '%1' is missing.

Fields #

NameDescription
uri UnicodeString

Event ID 48: Required attribute 'str1' is missing on element 'str2'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Checkrequiredattribute

Description

Required attribute 'str1' is missing on element 'str2'.

Message #

Required attribute '%1' is missing on element '%2'.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

Event ID 49: Duplicated element 'uri' found.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Checkduplicatedelement

Description

Duplicated element 'uri' found.

Message #

Duplicated element '%1' found.

Fields #

NameDescription
uri UnicodeString

Event ID 50: Required element 'uri' is missing.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Serialize
Opcode
Adddefaultvalue

Description

Required element 'uri' is missing. Add one with default value.

Message #

Required element '%1' is missing. Add one with default value.

Fields #

NameDescription
uri UnicodeString

Event ID 51: Required attribute 'str1' is missing on element 'str2'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Serialize
Opcode
Adddefaultvalue

Description

Required attribute 'str1' is missing on element 'str2'. Add it with empty value.

Message #

Required attribute '%1' is missing on element '%2'. Add it with empty value.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

Event ID 52: The parsed 'feed' element does not have an 'author' element.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Checkrequiredelement

Description

The parsed 'feed' element does not have an 'author' element.

Message #

The parsed 'feed' element does not have an 'author' element.

Event ID 53: Multiple 'uri' elements are found.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Serialize
Opcode
Addfirstvalue

Description

Multiple 'uri' elements are found. Use the first and ignore the rest.

Message #

Multiple '%1' elements are found. Use the first and ignore the rest.

Fields #

NameDescription
uri UnicodeString

Event ID 54: Ignore the 'entry' element found in 'source' element.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Ignoreunexpectedcontent

Description

Ignore the 'entry' element found in 'source' element.

Message #

Ignore the 'entry' element found in 'source' element.

Event ID 55: The 'entry' element does not have a 'content' element or a 'link' element with rel='alternate'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Checkrequiredelement

Description

The 'entry' element does not have a 'content' element or a 'link' element with rel='alternate'. Element XML: uri.

Message #

The 'entry' element does not have a 'content' element or a 'link' element with rel='alternate'. Element XML: %1

Fields #

NameDescription
uri UnicodeString

Event ID 56: The 'item' element is missing both 'title' and 'description' elements.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Checkrequiredelement

Description

The 'item' element is missing both 'title' and 'description' elements. Element XML: uri.

Message #

The 'item' element is missing both 'title' and 'description' elements. Element XML: %1

Fields #

NameDescription
uri UnicodeString

Event ID 57: The 'link' element with rel='enclosure' is missing 'length' attribute.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Checkrequiredattribute

Description

The 'link' element with rel='enclosure' is missing 'length' attribute. Element XML: uri.

Message #

The 'link' element with rel='enclosure' is missing 'length' attribute. Element XML: %1

Fields #

NameDescription
uri UnicodeString

Event ID 58: Unexpected child element is found in element with XML: uri.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Ignoreunexpectedcontent

Description

Unexpected child element is found in element with XML: uri.

Message #

Unexpected child element is found in element with XML: %1

Fields #

NameDescription
uri UnicodeString

Event ID 59: Unexpected 'type' attribute 'str1' when 'src' attribute is present.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Ignoreunexpectedcontent

Description

Unexpected 'type' attribute 'str1' when 'src' attribute is present. Element XML: str2.

Message #

Unexpected 'type' attribute '%1' when 'src' attribute is present. Element XML: %2

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

Event ID 60: Unexpected 'type' attribute 'str1' in Atom text content.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Ignoreunexpectedcontent

Description

Unexpected 'type' attribute 'str1' in Atom text content. Only 'text', 'html' or 'xhtml' is allowed. Element XML: str2.

Message #

Unexpected 'type' attribute '%1' in Atom text content. Only 'text', 'html' or 'xhtml' is allowed. Element XML: %2

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

Event ID 61: Element 'str1' should not contain child element or text.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Ignoreunexpectedcontent

Description

Element 'str1' should not contain child element or text. Element XML: str2.

Message #

Element '%1' should not contain child element or text. Element XML: %2

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

Event ID 62: Atom text content with type='xhtml' must have a single child element 'div' in namespace 'http://www.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Ignoreunexpectedcontent

Description

Atom text content with type='xhtml' must have a single child element 'div' in namespace 'http://www.w3.org/1999/xhtml'.

Message #

Atom text content with type='xhtml' must have a single child element 'div' in namespace 'http://www.w3.org/1999/xhtml'.

Fields #

NameDescription
uri UnicodeString

Event ID 63: Failed to parse date time 'uri'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Parsedatetimestring

Description

Failed to parse date time 'uri'.

Message #

Failed to parse date time '%1'.

Fields #

NameDescription
uri UnicodeString

Event ID 64: Failed to parse integer 'uri'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Parseinteger

Description

Failed to parse integer 'uri'.

Message #

Failed to parse integer '%1'.

Fields #

NameDescription
uri UnicodeString

Event ID 65: Failed to parse document: 'uri'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
ParseXML

Description

Failed to parse document: 'uri'.

Message #

Failed to parse document: '%1'.

Fields #

NameDescription
uri UnicodeString

Event ID 66: Failed to create attribute node.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Checkcustomattribute

Description

Failed to create attribute node. The attribute 'str1' in namespace 'str2' is not a valid XML attribute.

Message #

Failed to create attribute node. The attribute '%1' in namespace '%2' is not a valid XML attribute.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

Event ID 67: Failed to create element node.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Checkcustomelement

Description

Failed to create element node. The element 'str1' in namespace 'str2' is not a valid XML element.

Message #

Failed to create element node. The element '%1' in namespace '%2' is not a valid XML element.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

Event ID 68: Failed to add attribute 'str1' in namespace 'str2' in to the element.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
Addcustomattribute

Description

Failed to add attribute 'str1' in namespace 'str2' in to the element. This may be caused by namespace conflict and may be resolved by setting a different namespace prefix on the attribute name.

Message #

Failed to add attribute '%1' in namespace '%2' in to the element. This may be caused by namespace conflict and may be resolved by setting a different namespace prefix on the attribute name.

Fields #

NameDescription
str1 UnicodeString
str2 UnicodeString

Event ID 69: Failed to parse JSON string 'uri'.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
ParseJSONstring

Description

Failed to parse JSON string 'uri'. The error happened near statusCode.

Message #

Failed to parse JSON string '%1'. The error happened near %2.

Fields #

NameDescription
uri UnicodeString
statusCode UInt32

Event ID 70: The JSON string exceeded the maximum allowed depth obj.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
Parse
Opcode
ParseJSONstring

Description

The JSON string exceeded the maximum allowed depth obj.

Message #

The JSON string exceeded the maximum allowed depth %1.

Fields #

NameDescription
obj UInt32

Event ID 71: Handle obj: HTTP/2 enabled.

#
Provider
Microsoft-Windows-Runtime-WebAPI
Channel
Tracing
Task
AsyncI/O

Description

Handle obj: HTTP/2 enabled.

Message #

Handle %1: HTTP/2 enabled.

Fields #

NameDescription
obj Pointer

Provenance

Where this provider's schema came from, and which Windows build it was observed on. Windows can change a provider's event schema between builds, so use this to judge whether it matches the build you collect from.

ETW provider GUID {6BD96334-DC49-441A-B9C4-41425BA628D8}

Defined in windows.web.dll, which carries the event manifest.

Observed on:

  • Win11-26200.6584, sample captured from a live trace, binary version 10.0.26100.3037, captured 2026-06-02
  • WS2022-20348.4893, schema read from the registered manifest, binary version 10.0.20348.1, captured 2026-06-02
  • Win11-26200.6584, schema read from the registered manifest, binary version 10.0.26100.3037, captured 2026-06-02

Downloads