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 c118c19 commit 325732aCopy full SHA for 325732a
Sources/OpenAPIRuntime/Errors/ClientError.swift
@@ -110,7 +110,7 @@ public struct ClientError: Error {
110
111
fileprivate var underlyingErrorDescription: String {
112
guard let prettyError = underlyingError as? (any PrettyStringConvertible) else {
113
- return underlyingError.localizedDescription
+ return "\(underlyingError)"
114
}
115
return prettyError.prettyDescription
116
0 commit comments