PrinterSearchError
This object has the result of searching printer by PrinterSearcher
.
Properties
code
Error code of the result. An oridinal
starts with 30100.
Declaration
public ErrorCode getCode();
Types
ErrorCode
Declaration
public enum ErrorCode {
NoError,
Canceled,
InterfaceInactive,
NotPermitted,
InterfaceUnsupported,
AlreadySearching,
UnknownError;
}