//
//  NSURLError.h
//  mySTEP
//
//  Created by Dr. H. Nikolaus Schaller on Tue Dec 27 2005.
//  Copyright (c) 2005 DSITRI.
//
//	H.N.Schaller, Dec 2005 - API revised to be compatible to 10.4
//
//  This file is part of the mySTEP Library and is provided
//  under the terms of the GNU Library General Public License.
//

#ifndef mySTEP_NSURLERROR_H
#define mySTEP_NSURLERROR_H

#import "Foundation/NSError.h"

extern NSString *NSURLErrorDomain;

extern NSString *NSErrorFailingURLStringKey;

extern NSString *NSURLErrorDataLengthExceedsMaximum;

#endif // mySTEP_NSURLERROR_H

