Class LoadingFailedEventArgs
LoadingFailed
public sealed class LoadingFailedEventArgs : EventArgs
- Inheritance
-
LoadingFailedEventArgs
- Inherited Members
Properties
BlockedReason
Gets or sets the blockedReason
[JsonPropertyName("blockedReason")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public BlockedReason? BlockedReason { get; set; }
Property Value
Canceled
Gets or sets the canceled
[JsonPropertyName("canceled")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Canceled { get; set; }
Property Value
- bool?
CorsErrorStatus
Gets or sets the corsErrorStatus
[JsonPropertyName("corsErrorStatus")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CorsErrorStatus CorsErrorStatus { get; set; }
Property Value
ErrorText
Gets or sets the errorText
[JsonPropertyName("errorText")]
public string ErrorText { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public ResourceType Type { get; set; }