A LAN Server API function returning error codes 2150-2168 encountered an
error while changing a network spooler. ┌───────────────────────────┬───────┬──────────────────────────────────────────┐
│ SYMBOLIC CONSTANT │ VALUE │ MEANING │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_QNotFound │ 2150 │ The printer queue does not exist. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_JobNotFound │ 2151 │ The print job does not exist. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_DestNotFound │ 2152 │ The print destination cannot be found.
│
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_DestExists │ 2153 │ The printer destination already exists.
│
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_QExists │ 2154 │ The printer queue already exists. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_QNoRoom │ 2155 │ No more printer queues can be added. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_JobNoRoom │ 2156 │ No more print jobs can be added. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_DestNoRoom │ 2157 │ No more print destinations can be added.
│
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_DestIdle │ 2158 │ This print destination is idle and │
│ │ │ cannot accept control operations. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_DestInvalidOp │ 2159 │ This print destination request contains
│
│ │ │ a control function that is not valid. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_ProcNoRespond │ 2160 │ The printer processor is not responding.
│
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_SpoolerNotLoaded │ 2161 │ The spooler service has not been
│
│ │ │ started. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_QInvalidState │ 2163 │ This operation cannot be performed on
│
│ │ │ the printer queue in its current state. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_JobInvalidState │ 2164 │ This operation cannot be performed on
│
│ │ │ the print job in its current state. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_SpoolNoMemory │ 2165 │ A spooler memory allocation failure has
│
│ │ │ occurred. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_DriverNotFound │ 2166 │ The device driver does not exist.
│
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_DataTypeInvalid │ 2167 │ The data type is not supported by the
│
│ │ │ processor. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_ProcNotFound │ 2168 │ The print processor is not installed.
│
└───────────────────────────┴───────┴──────────────────────────────────────────┘