ServiceRequestError

@objc(VSSServiceRequestError)
public enum ServiceRequestError : Int, LocalizedError

Declares error types and codes

  • invalidGetRequestParameters: GET request parameters are not [String: String] and cannot be encoded
  • urlComponentsConvertingFailed: Error building url from components during GET request
  • getQueryWithDecodableIsNotSupported: GET query with Encodable body is not supported
  • duplicateHeadersKey: Passed headers dictionary contains forbidden http header keys