Error
A transport or protocol failure.
A response that arrives but carries a non-2xx status is reported as
Status instead, which extends this type -- so catch Error
catches both.
Example
Inherits from: std.RuntimeError
Fields
url @ (url.Url | nil)The URL the failure is attributed to, or
nilwhen the underlying error carries none.Example