Revision e2dd6ece

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"
b/lib/rapi/client.py
121 121
ECODE_NORES = "insufficient_resources"
122 122

  
123 123
#: Temporarily out of resources; operation can be tried again
124
ECODE_TEMP_NORES = "insufficient_resources"
124
ECODE_TEMP_NORES = "temp_insufficient_resources"
125 125

  
126 126
#: Wrong arguments (at syntax level)
127 127
ECODE_INVAL = "wrong_input"

Also available in: Unified diff