IppCommunicationErrorKind 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.
public enum class IppCommunicationErrorKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1114112)]
enum class IppCommunicationErrorKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1114112)]
public enum IppCommunicationErrorKind
var value = Windows.Graphics.Printing.PrintSupport.IppCommunicationErrorKind.other
Public Enum IppCommunicationErrorKind
- Inheritance
-
IppCommunicationErrorKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
Other | 0 | |
Timeout | 1 | |
ConnectionError | 2 | |
AccessDenied | 3 |