We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bd7f5 commit d0ff590Copy full SHA for d0ff590
1 file changed
Sources/Types/ApiError.swift
@@ -8,6 +8,7 @@ import Foundation
8
9
public enum ApiError: Error {
10
case invalidURL(components: URLComponeble)
11
+ case invalidURL(urlString: String)
12
case invalidURLRequest(components: URLComponeble)
13
case parametersEncoding
14
case responseValidation(error: Error?)
0 commit comments