Revision d4e297b8

b/doc/rapi.rst
1501 1501
   errors.ECODE_ALL == set([errors.ECODE_RESOLVER, errors.ECODE_NORES,
1502 1502
     errors.ECODE_INVAL, errors.ECODE_STATE, errors.ECODE_NOENT,
1503 1503
     errors.ECODE_EXISTS, errors.ECODE_NOTUNIQUE, errors.ECODE_FAULT,
1504
     errors.ECODE_ENVIRON])
1504
     errors.ECODE_ENVIRON, errors.ECODE_TEMP_NORES])
1505 1505

  
1506 1506
:pyeval:`errors.ECODE_RESOLVER`
1507 1507
  Resolver errors. This usually means that a name doesn't exist in DNS,
......
1513 1513
  etc.). If the resources on the cluster increase, the operation might
1514 1514
  succeed.
1515 1515

  
1516
:pyeval:`errors.ECODE_TEMP_NORES`
1517
  Simliar to :pyeval:`errors.ECODE_NORES`, but indicating the operation
1518
  should be attempted again after some time.
1519

  
1516 1520
:pyeval:`errors.ECODE_INVAL`
1517 1521
  Wrong arguments (at syntax level). The operation will not ever be
1518 1522
  accepted unless the arguments change.

Also available in: Unified diff