Enumeration Case
列挙ケース
NSFeatureUnsupportedError
The feature isn’t supported, because the file system lacks the feature, or required libraries are missing, or other similar reasons.
この機能はサポートされていません、なぜならファイルシステムがその機能を欠く、または必須ライブラリが見つけられない、または他の同様な理由のために。
Declaration
宣言
NSFeatureUnsupportedError = 3328
Discussion
議論
For example, some volumes may not support a Trash folder, so these methods will report failure by returning NO
or nil
and an NSError
with NSFeatureUnsupportedError
.
例えば、いくつかのボリュームはTrashフォルダをサポートしないかもしれません、それでこれらメソッドは失敗をNO
またはnil
およびNSError
をNSFeatureUnsupportedError
で返すことによって報告するでしょう。
See Also
参照
Miscellaneous Errors
種々雑多なエラー