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 b49bbc6 commit b4e1622Copy full SHA for b4e1622
Sources/FoundationEssentials/Error/CocoaError.swift
@@ -229,7 +229,7 @@ public protocol CustomNSError : Error {
229
public extension CustomNSError {
230
/// Default domain of the error.
231
static var errorDomain: String {
232
- return String(reflecting: self)
+ return _typeName(self, qualified: true)
233
}
234
235
/// The error code within the given domain.
0 commit comments