Types
Metal4Error = object of CatchableError
- Source Edit
Procs
proc checkNSError(error: NSError; msg: string) {....raises: [Metal4Error], tags: [RootEffect], forbids: [].}
- Raises Metal4Error when NSError is present. Source Edit
proc messageNSError(error: NSError; msg: string): string {....raises: [], tags: [RootEffect], forbids: [].}
- Returns a readable error message for an NSError value. Source Edit