Skip to content

BRLMValidatePrintSettingsIssue

Issues your print settings have. This object is a member of BRLMValidatePrintSettingsReport.

Instance methods

description

Description of this issue. Basically, this contains rank and message.

Declaration

- (NSString *)description;

Properties

rank

An impact of results of the print settings validation. For detail, see Rank.

Declaration

@property(nonatomic, readonly) BRLMValidatePrintSettingsIssueRank rank;

message

A explanation for the issue.

Declaration

@property(nonatomic, readonly) NSString* message;

codeID

A code of the issue. This code is used to specify where the issue occurred. Therefore, this is basically not helpful for you.

Declaration

@property(nonatomic, readonly) NSInteger codeID;