Skip to content

Commit

Permalink
Make message public
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Jul 16, 2024
1 parent 962ca20 commit 9161637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Networking/Networking.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public enum NetworkingError: Error {
case serverError(statusCode: Int, message: String, details: [String: Any]?)
case unexpectedError(statusCode: Int?, message: String)

var message: String {
public var message: String {
switch self {
case .invalidURL:
return "We're sorry, but the URL for this request is invalid. Please verify the URL format."
Expand Down

0 comments on commit 9161637

Please sign in to comment.