Coconut I/O Framework
beta
|
Define function to operate error. More...
#import <Foundation/Foundation.h>
Go to the source code of this file.
Functions | |
NSError * | CNAllocateCanNotReadURLError (NSURL *url) |
Allocate error information to present "can not read file". | |
NSError * | CNXMLLastError (void) |
Get last error at the XML operation. |
Define function to operate error.
NSError* CNAllocateCanNotReadURLError | ( | NSURL * | url | ) |
Allocate error information to present "can not read file".
url | Source URL |
NSError* CNXMLLastError | ( | void | ) |
Get last error at the XML operation.
error | Error information |
nil | There are no error |