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.
ServerAPIError.emptyData
1 parent 3f27623 commit 205ef7cCopy full SHA for 205ef7c
Sources/ComposableArchitecturePattern/ServerAPIError.swift
@@ -11,7 +11,7 @@ public enum ServerAPIError: Error {
11
/// The API request is bad.
12
case badRequest(description: String? = nil, error: Error? = nil)
13
/// The API unexpectedly returned empty data.
14
- case emptyData
+ case emptyData(description: String? = nil)
15
/// The wrong data returned in response.
16
case incorrectReponseData(description: String? = nil)
17
case local(description: String? = nil, error: Error?)
0 commit comments