IppAttributeErrorReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values that represent the reasons why an attribute set operation failed for a printer or printer job.
public enum class IppAttributeErrorReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class IppAttributeErrorReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum IppAttributeErrorReason
var value = Windows.Devices.Printers.IppAttributeErrorReason.requestEntityTooLarge
Public Enum IppAttributeErrorReason
- Inheritance
-
IppAttributeErrorReason
- Attributes
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Fields
Name | Value | Description |
---|---|---|
RequestEntityTooLarge | 0 | An attribute value is too large to be set for the given attribute. |
AttributeNotSupported | 1 | A specified attribute is not supported. |
AttributeValuesNotSupported | 2 | A specified attribute value is not supported. |
AttributeNotSettable | 3 | An attribute cannot be modified. |
ConflictingAttributes | 4 | Two or more attributes have conflicting values. |