Enumeration Case 列挙ケース

NSURLErrorFileIsDirectory

A request for an FTP file resulted in the server responding that the file is not a plain file, but a directory. あるFTPファイルに対する要請は、そのファイルがプレーンテキストでない、しかしディレクトリであるというサーバ応答という結果になりました。

Declaration 宣言

NSURLErrorFileIsDirectory = -1101

See Also 参照

Error Codes さまざまなエラーコード