struct Protocol::Network::LoadingFailed
- Protocol::Network::LoadingFailed
- Struct
- Value
- Object
Overview
Fired when HTTP request has failed to load.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/network.crConstructors
Instance Method Summary
-
#blocked_reason : BlockedReason | Nil
The reason why loading was blocked, if any.
-
#canceled : Bool | Nil
True if loading was canceled.
-
#cors_error_status : CorsErrorStatus | Nil
The reason why loading was blocked by CORS, if any.
-
#error_text : String
User friendly error message.
-
#request_id : RequestId
Request identifier.
-
#timestamp : MonotonicTime
Timestamp.
-
#type : ResourceType
Resource type.