Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
関数 GetMacOSStatusErrorString および GetMacOSStatusCommentString は、10.8 で廃止されたようです。これらの便利なデバッグ機能の非推奨でない代替機能はありますか?
の を表すを[NSError errorWithDomain:NSOSStatusErrorDomain code:errorCode userInfo:nil]取得するために使用できます。は、エラー コードからローカライズされたエラー メッセージを取得する機能 ( )、またはデバッグ目的でローカライズされていない通常のエラー メッセージを取得する機能 ( ) を提供します。NSErrorOSStatuserrorCodeNSError-localizedDescription-description
[NSError errorWithDomain:NSOSStatusErrorDomain code:errorCode userInfo:nil]
NSError
OSStatus
errorCode
-localizedDescription
-description