RequiredComponent

public enum RequiredComponent

Possible missing components.

  • url

    The URL was missing or unable to be extracted from the passed URLRequest or during encoding.

    Declaration

    Swift

    case url
  • The HTTPMethod could not be extracted from the passed URLRequest.

    Declaration

    Swift

    case httpMethod(rawValue: String)