BRLMRequestPrinterInfoError
This object has the result of request printer info functions in BRLMPrinterDriver
.
Properties
code
Declaration
@property(nonatomic, readonly) BRLMRequestPrinterInfoErrorCode code;
errorDescription
Description of the error.
Declaration
@property(nonatomic, readonly) NSString* errorDescription;
allLogs
Array of all logs that occurred during the operation.
See BRLMLog
.
Declaration
@property(nonatomic, readonly) NSArray<BRLMLog*>* allLogs;
Types
BRLMRequestPrinterInfoErrorCode
Declaration
typedef NS_ENUM(NSUInteger, BRLMRequestPrinterInfoErrorCode) {
BRLMRequestPrinterInfoErrorNoError = 20100,
BRLMRequestPrinterInfoErrorConnectionFailed,
BRLMRequestPrinterInfoErrorUnsupported,
BRLMRequestPrinterInfoErrorUnknownError,
};