Revision e2dd6ece lib/errors.py

b/lib/errors.py
31 31
ECODE_NORES = "insufficient_resources"
32 32

  
33 33
#: Temporarily out of resources; operation can be tried again
34
ECODE_TEMP_NORES = "insufficient_resources"
34
ECODE_TEMP_NORES = "temp_insufficient_resources"
35 35

  
36 36
#: Wrong arguments (at syntax level)
37 37
ECODE_INVAL = "wrong_input"

Also available in: Unified diff