An error produced outside RecordKit's own error domain — a raw NSError surfaced over the bridge.
NSError
Distinguished from RecordKitError by its name discriminator. See the Logging and Error Handling guide.
name
The NSError domain (e.g. "NSOSStatusErrorDomain").
"NSOSStatusErrorDomain"
The NSError code within NSErrorPayload.errorDomain.
Localized, user-facing description of the error.
Detailed technical description of this error, used in debugging.
Generated using TypeDoc
An error produced outside RecordKit's own error domain — a raw
NSErrorsurfaced over the bridge.Distinguished from RecordKitError by its
namediscriminator. See the Logging and Error Handling guide.