static int | CLIENT_ERROR_ATTRIBUTES_OR_VALUES_NOT_SUPPORTED - Indicates that the supplied attributes or values of attributes are not
supported by the printer object.
|
static int | CLIENT_ERROR_BAD_REQUEST - Indicates a bad request e.g. malformed syntax.
|
static int | CLIENT_ERROR_CHARSET_NOT_SUPPORTED - Indicates that a supplied attributes-charset is not supported.
|
static int | CLIENT_ERROR_COMPRESSION_ERROR - Indicates that the document cannot be decompressed with the client
compression algorithm specified by the client.
|
static int | CLIENT_ERROR_COMPRESSION_NOT_SUPPORTED - Indicates that the specified algorithm is not supported.
|
static int | CLIENT_ERROR_CONFLICTING_ATTRIBUTES - Indicates that conflicting attributes are in the request.
|
static int | CLIENT_ERROR_DOCUMENT_ACCESS_ERROR - Indicates that the document supplied via print-uri or send-uri cannot be
accessed by the printer object.
|
static int | CLIENT_ERROR_DOCUMENT_FORMAT_ERROR - Indicates an error in the document format of the document.
|
static int | CLIENT_ERROR_DOCUMENT_FORMAT_NOT_SUPPORTED - Indicates that the supplied document format is not supported.
|
static int | CLIENT_ERROR_FORBIDDEN - Indicates that the client is forbidden to access the server.
|
static int | CLIENT_ERROR_GONE - Indicates that the requested object is gone.
|
static int | CLIENT_ERROR_NOT_AUTHENTICATED - Indicates that the client needs to authenticate.
|
static int | CLIENT_ERROR_NOT_AUTHORIZED - Indicates that the client is not authorized.
|
static int | CLIENT_ERROR_NOT_FOUND - Indicates that nothing was found for the request uri.
|
static int | CLIENT_ERROR_NOT_POSSIBLE - Indicates a request which is not possible to process.
|
static int | CLIENT_ERROR_REQUEST_ENTITY_TOO_LONG - Indicates that the request entities are too long.
|
static int | CLIENT_ERROR_REQUEST_VALUE_TOO_LONG - Indicates that a request value is too long.
|
static int | CLIENT_ERROR_TIMEOUT - Indicates that the client got a timeout for additional action.
|
static int | CLIENT_ERROR_URI_SCHEME_NOT_SUPPORTED - Indicates the the URI scheme in a supplied print-uri or send-uri attribute
is not supported.
|
static int | SERVER_ERROR_BUSY - Indicates that the server is currently busy with processing.
|
static int | SERVER_ERROR_DEVICE_ERROR - Indicates that the server has a device error e.g. paper jam.
|
static int | SERVER_ERROR_INTERNAL_ERROR - Indicates an internal server error.
|
static int | SERVER_ERROR_JOB_CANCELED - Indicates that the server has canceled the job for various reasons.
|
static int | SERVER_ERROR_MULTIPLE_DOCUMENT_JOBS_NOT_SUPPORTED - Indicates that the server does not support multidocument jobs.
|
static int | SERVER_ERROR_NOT_ACCEPTING_JOBS - Indicates that the server is currently not accepting jobs.
|
static int | SERVER_ERROR_OPERATION_NOT_SUPPORTED - Indicates that the server does not support the operation.
|
static int | SERVER_ERROR_SERVICE_UNAVAILABLE - Indicates that the server' service is not available.
|
static int | SERVER_ERROR_TEMPORARY_ERROR - Indicates that the server has a temporary error.
|
static int | SERVER_ERROR_VERSION_NOT_SUPPORTED - Indicates that the server does not support the IPP version.
|
static int | SUCCESSFUL_OK - Indicates a successful request with no attributes being
ignored or substituted.
|
static int | SUCCESSFUL_OK_CONFLICTING_ATTRIBUTES - Indicates a successful request, however some of the supplied
attributes conflicted and therefore were ignored or substituted.
|
static int | SUCCESSFUL_OK_IGNORED_OR_SUBSTITUED_ATTRIBUTES - Indicates a successful request, however some of the supplied
attributes are ignored or substituted.
|