summaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/print/ipp/IppStatusCode.h
blob: dd3eb0d37cc39c7d0fa5c64fdf8530fc7cfc6e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
// 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 <java/lang/Object.h>
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__