RequiredComponent
public enum RequiredComponent : Sendable
Possible missing components.
-
The
URLwas missing or unable to be extracted from the passedURLRequestor during encoding.Declaration
Swift
case url -
The
HTTPMethodcould not be extracted from the passedURLRequest.Declaration
Swift
case httpMethod(rawValue: String)
View on GitHub
Install in Dash