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 c515bfb commit ae4f27bCopy full SHA for ae4f27b
Sources/async-http-client/validate/type/Status.swift
@@ -26,7 +26,7 @@ public extension Http.Validate{
26
/// Validate by predicate func if you need some specific logic
27
case predicate(Predicate)
28
29
- /// Check status and emit error if status is not valid
+ /// Check status and return custom error if status is not valid
30
case check(ErrorFn)
31
}
32
0 commit comments