We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b1774 commit f626340Copy full SHA for f626340
swift-sdk/Internal/RequestSender.swift
@@ -57,7 +57,7 @@ struct SendRequestError: Error {
57
iterableCode = jsonDict[JsonKey.Response.iterableCode] as? String
58
}
59
60
- return SendRequestError(reason: "Invalid API Key",
+ return SendRequestError(reason: networkError.reason,
61
data: networkError.data,
62
httpStatusCode: httpStatusCode,
63
iterableCode: iterableCode,
0 commit comments