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 8c0a11e commit 1acc48bCopy full SHA for 1acc48b
Sources/Foundation/NSError.swift
@@ -300,7 +300,7 @@ public protocol CustomNSError : Error {
300
public extension CustomNSError {
301
/// Default domain of the error.
302
static var errorDomain: String {
303
- return String(reflecting: self)
+ return _typeName(self, qualified: true)
304
}
305
306
/// The error code within the given domain.
0 commit comments