20 #import "OFReadOrWriteFailedException.h" 22 OF_ASSUME_NONNULL_BEGIN
42 @property (readonly, nonatomic)
size_t bytesWritten;
55 + (instancetype)exceptionWithObject: (
id)object
56 requestedLength: (
size_t)requestedLength
57 bytesWritten: (
size_t)bytesWritten
60 + (instancetype)exceptionWithObject: (
id)object
61 requestedLength: (
size_t)requestedLength
62 errNo: (
int)errNo OF_UNAVAILABLE;
75 - (instancetype)initWithObject: (
id)object
76 requestedLength: (
size_t)requestedLength
77 bytesWritten: (
size_t)bytesWritten
78 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
80 - (instancetype)initWithObject: (
id)object
81 requestedLength: (
size_t)requestedLength
82 errNo: (
int)errNo OF_UNAVAILABLE;
An exception indicating that reading from or writing to an object failed.
Definition: OFReadOrWriteFailedException.h:31
An exception indicating that writing to an object failed.
Definition: OFWriteFailedException.h:30