Skip to content

Commit b583a64

Browse files
d-w-moorealanking
authored andcommitted
[#379] define RE_RUNTIME_ERROR exception
Previously, -1205000 wasn't defined in irods/exception.py, and as a result, the name and details of such an exception were not being reported from a server call.
1 parent 218e7de commit b583a64

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

irods/exception.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,6 +1649,10 @@ class DATAACCESSINX_EMPTY_IN_STRUCT_ERR(RuleEngineException):
16491649
code = -1016000
16501650

16511651

1652+
class RE_RUNTIME_ERROR(RuleEngineException):
1653+
code = -1205000
1654+
1655+
16521656
class RE_TYPE_ERROR(RuleEngineException):
16531657
code = -1230000
16541658

0 commit comments

Comments
 (0)