XcmPrtMediaTypeErrorPolicy
Controls interpreter behavior when the requested Media Type is not currently available. * The values 'other' and 'unknown' are deprecated for conforming implementations. * 'abortJob' will cause the interpreter to abort the job with an appropriate error condition. * 'ignore' will cause the job to be printed on the default media as specified by xcmPrtInterpInputIndexDefault OR xcmPrtInterpPaperSizeDefault OR any available media deemed appropriate by the implementation. No adjustment will be made to the image size. Exact semantics of this setting are product specific. * 'interactWithOperator' will cause the printer to interact with the operator to determine what to do. For example, display a message at the operator console requesting the desired media. The semantics of this policy vary among different products and environments. * 'ignoreAfterTimeout' will cause the job to be ignored same as 'ignore' above, but not till after xcmPrtInterpErrorPolicyTimeout expires.
Possible values
7 objects| Number | Name |
|---|---|
| 1 | other |
| 2 | unknown |
| 3 | notSpecified |
| 4 | abortJob |
| 5 | ignore |
| 6 | interactWithOperator |
| 11 | ignoreAfterTimeout |