Skip to content

Commit

Permalink
better wording on error description
Browse files Browse the repository at this point in the history
  • Loading branch information
designatednerd committed Jul 2, 2019
1 parent c0e7b25 commit 4b5af8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Apollo/GraphQLHTTPRequestError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public enum GraphQLHTTPRequestError: Error, LocalizedError {
public var errorDescription: String? {
switch self {
case .cancelledByDeveloper:
return "The request was cancelled by the developer using the HTTPNetworkTransportPreflightDelegate."
return "The request was cancelled by the HTTPNetworkTransportPreflightDelegate."
case .serializedBodyMessageError:
return "JSONSerialization error: Error while serializing request's body"
case .serializedQueryParamsMessageError:
Expand Down

0 comments on commit 4b5af8d

Please sign in to comment.