// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_javax_print_ipp_IppStatusCode__ #define __gnu_javax_print_ipp_IppStatusCode__ #pragma interface #include extern "Java" { namespace gnu { namespace javax { namespace print { namespace ipp { class IppStatusCode; } } } } } class gnu::javax::print::ipp::IppStatusCode : public ::java::lang::Object { IppStatusCode(); public: static const jint SUCCESSFUL_OK = 0; static const jint SUCCESSFUL_OK_IGNORED_OR_SUBSTITUED_ATTRIBUTES = 1; static const jint SUCCESSFUL_OK_CONFLICTING_ATTRIBUTES = 2; static const jint CLIENT_ERROR_BAD_REQUEST = 1024; static const jint CLIENT_ERROR_FORBIDDEN = 1025; static const jint CLIENT_ERROR_NOT_AUTHENTICATED = 1026; static const jint CLIENT_ERROR_NOT_AUTHORIZED = 1027; static const jint CLIENT_ERROR_NOT_POSSIBLE = 1028; static const jint CLIENT_ERROR_TIMEOUT = 1029; static const jint CLIENT_ERROR_NOT_FOUND = 1030; static const jint CLIENT_ERROR_GONE = 1031; static const jint CLIENT_ERROR_REQUEST_ENTITY_TOO_LONG = 1032; static const jint CLIENT_ERROR_REQUEST_VALUE_TOO_LONG = 1033; static const jint CLIENT_ERROR_DOCUMENT_FORMAT_NOT_SUPPORTED = 1034; static const jint CLIENT_ERROR_ATTRIBUTES_OR_VALUES_NOT_SUPPORTED = 1035; static const jint CLIENT_ERROR_URI_SCHEME_NOT_SUPPORTED = 1036; static const jint CLIENT_ERROR_CHARSET_NOT_SUPPORTED = 1037; static const jint CLIENT_ERROR_CONFLICTING_ATTRIBUTES = 1038; static const jint CLIENT_ERROR_COMPRESSION_NOT_SUPPORTED = 1039; static const jint CLIENT_ERROR_COMPRESSION_ERROR = 1040; static const jint CLIENT_ERROR_DOCUMENT_FORMAT_ERROR = 1041; static const jint CLIENT_ERROR_DOCUMENT_ACCESS_ERROR = 1042; static const jint SERVER_ERROR_INTERNAL_ERROR = 1280; static const jint SERVER_ERROR_OPERATION_NOT_SUPPORTED = 1281; static const jint SERVER_ERROR_SERVICE_UNAVAILABLE = 1282; static const jint SERVER_ERROR_VERSION_NOT_SUPPORTED = 1283; static const jint SERVER_ERROR_DEVICE_ERROR = 1284; static const jint SERVER_ERROR_TEMPORARY_ERROR = 1285; static const jint SERVER_ERROR_NOT_ACCEPTING_JOBS = 1286; static const jint SERVER_ERROR_BUSY = 1287; static const jint SERVER_ERROR_JOB_CANCELED = 1288; static const jint SERVER_ERROR_MULTIPLE_DOCUMENT_JOBS_NOT_SUPPORTED = 1289; static ::java::lang::Class class$; }; #endif // __gnu_javax_print_ipp_IppStatusCode__