22OF_ASSUME_NONNULL_BEGIN
33 OFIRI *_sourceIRI, *_destinationIRI;
51@property (readonly, nonatomic)
int errNo;
61+ (instancetype)exceptionWithSourceIRI: (
OFIRI *)sourceIRI
62 destinationIRI: (
OFIRI *)destinationIRI
75- (instancetype)initWithSourceIRI: (
OFIRI *)sourceIRI
76 destinationIRI: (
OFIRI *)destinationIRI
77 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
79- (instancetype)
init OF_UNAVAILABLE;
An exception indicating that copying a item failed.
Definition OFCopyItemFailedException.h:32
OFIRI * sourceIRI
The IRI of the source item.
Definition OFCopyItemFailedException.h:41
int errNo
The errno of the error that occurred.
Definition OFCopyItemFailedException.h:51
OFIRI * destinationIRI
The destination IRI.
Definition OFCopyItemFailedException.h:46
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