Skip to content

Commit 1dc621b

Browse files
🎷 [UPDATE] Base network error.
1 parent ff96ce2 commit 1dc621b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/ACMNetworking/Library/Manager/ACMBaseNetworkError.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
public struct ACMBaseNetworkError: Error {
66
/// Message holds the error description
7-
var message: String?
7+
public var message: String?
88
/// Log holds the localization description
9-
var log: String?
9+
public var log: String?
1010
/// Endpoint holds the current endpoint that calls
11-
var endpoint: ACMBaseEndpoint?
11+
public var endpoint: ACMBaseEndpoint?
1212
/// Status code
13-
var statusCode: Int?
13+
public var statusCode: Int?
1414
}

0 commit comments

Comments
 (0)