Skip to content

Commit 6554eb2

Browse files
d-w-moorekorydraughn
authored andcommitted
[#718] add exception class for SYS_SOCK_READ_TIMEDOUT
1 parent d83169d commit 6554eb2

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
@@ -657,6 +657,10 @@ class SYS_RESC_QUOTA_EXCEEDED(SystemException):
657657
code = -110000
658658

659659

660+
class SYS_SOCK_READ_TIMEDOUT(SystemException):
661+
code = -115000
662+
663+
660664
class SYS_INVALID_INPUT_PARAM(SystemException):
661665
code = -130000
662666

0 commit comments

Comments
 (0)