21#import "OFIRIHandler.h"
23OF_ASSUME_NONNULL_BEGIN
50@property (readonly, nonatomic)
int errNo;
72+ (instancetype)exceptionWithIRI: (
OFIRI *)IRI
89- (instancetype)initWithIRI: (
OFIRI *)IRI
92 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
94- (instancetype)
init OF_UNAVAILABLE;
OFConstantString * OFFileAttributeKey
A key for a file attribute in the file attributes dictionary.
Definition OFFileManager.h:76
OFDictionary * OFFileAttributes
A dictionary mapping keys of type OFFileAttributeKey to their attribute values.
Definition OFFileManager.h:100
The base class for all exceptions in ObjFW.
Definition OFException.h:157
instancetype exception()
Creates a new, autoreleased exception.
Definition OFException.m:283
A class for representing IRIs, URIs, URLs and URNs, for parsing them as well as accessing parts of th...
Definition OFIRI.h:41
instancetype init()
Initializes an already allocated object.
Definition OFObject.m:696
An exception indicating an item's attributes could not be set.
Definition OFSetItemAttributesFailedException.h:34
OFFileAttributeKey failedAttribute
The first attribute that could not be set.
Definition OFSetItemAttributesFailedException.h:60
OFIRI * IRI
The IRI of the item whose attributes could not be set.
Definition OFSetItemAttributesFailedException.h:45
int errNo
The errno of the error that occurred.
Definition OFSetItemAttributesFailedException.h:50
OFFileAttributes attributes
The attributes that should have been set.
Definition OFSetItemAttributesFailedException.h:55