Skip to content

Commit

Permalink
ErrorCode.networkError: improved description (#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto authored Jun 12, 2023
1 parent 6ab11d8 commit a566b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Error Handling/ErrorCode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ extension ErrorCode: DescribableError {
public var description: String {
switch self {
case .networkError:
return "Error performing request."
return "A network error has occurred."
case .unknownError:
return "Unknown error."
case .purchaseCancelledError:
Expand Down

0 comments on commit a566b29

Please sign in to comment.