Click or drag to resize

LoadingFailedEventArgs Properties

Version 130.1.90

The LoadingFailedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyBlockedReason The reason why loading was blocked, if any.
Public propertyCanceled True if loading was canceled.
Public propertyCorsErrorStatus The reason why loading was blocked by CORS, if any.
Public propertyErrorText Error message. List of network errors: https://cs.chromium.org/chromium/src/net/base/net_error_list.h
Public propertyRequestId Request identifier.
Public propertyTimestamp Timestamp.
Public propertyType Resource type.
Top
See Also