Coconut I/O Framework  beta
Functions
CNIOError.h File Reference

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.

Detailed Description

Define function to operate error.

Copyright
Copyright (C) 2012 Steel Wheels Project

Function Documentation

NSError* CNAllocateCanNotReadURLError ( NSURL *  url)

Allocate error information to present "can not read file".

Returns:
Error object
Parameters:
urlSource URL
NSError* CNXMLLastError ( void  )

Get last error at the XML operation.

Return values:
errorError information
nilThere are no error