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.
1 parent 9fb91cd commit 33b6b94Copy full SHA for 33b6b94
Sources/replicate-kit-swift/error/ResponseError.swift
@@ -57,7 +57,7 @@ public struct ResponseError: Hashable, CustomStringConvertible, LocalizedError,
57
internal let errorFn : Http.Validate.Status.ErrorFn = {
58
status, response, data -> Error? in
59
60
- /// Default error response if not valid status code and we can't decode error format response
+ /// Default error response if it's not valid status code and we can't decode error format response
61
let error = Http.Errors.status(status, response, data)
62
63
if (200...299).contains(status) { return nil }
0 commit comments