A LAN Server API function returning error codes 2460-2467 encountered an
error while processing the Server service. ┌───────────────────────────┬───────┬──────────────────────────────────────────┐
│ SYMBOLIC CONSTANT │ VALUE │ MEANING │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_NoSuchServer │ 2460 │ The server ID does not specify a valid
│
│ │ │ server. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_NoSuchSession │ 2461 │ The session ID does not specify a valid
│
│ │ │ session. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_NoSuchConnection │ 2462 │ The connection ID does not specify a
│
│ │ │ valid connection. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_TooManyServers │ 2463 │ There is no space for another entry in
│
│ │ │ the table of available servers. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_TooManySessions │ 2464 │ The server has reached the maximum
│
│ │ │ number of sessions it supports. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_TooManyConnections │ 2465 │ The server has reached the maximum
│
│ │ │ number of connections it supports. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_TooManyFiles │ 2466 │ The server cannot open more files │
│ │ │ because it has reached its maximum │
│ │ │ number. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_NoAlternateServers │ 2467 │ There are no additional servers regis-
│
│ │ │ tered on this server. │
└───────────────────────────┴───────┴──────────────────────────────────────────┘