Microsoft-Windows-Runtime-WebAPI

71 events across 1 channel

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

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
Task
APIs
Opcode
APIEnter

Description

runtimeClass::api is called.

Message #

%1::%2 is called.

Fields #

NameDescription
runtimeClass UInt32
api UInt32

Event ID 40 — runtimeClass::api returned successfully.

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

Description

runtimeClass::api returned successfully.

Message #

%1::%2 returned successfully.

Fields #

NameDescription
runtimeClass UInt32
api UInt32

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