RequiredComponent
public enum RequiredComponent : Sendable
Possible missing components.
-
The
URL
was missing or unable to be extracted from the passedURLRequest
or during encoding.Declaration
Swift
case url
-
The
HTTPMethod
could not be extracted from the passedURLRequest
.Declaration
Swift
case httpMethod(rawValue: String)