Skip to content

Commit bf975b8

Browse files
trelalanking
authored andcommitted
[#668] add SYS_LIBRARY_ERROR to irods.exception
1 parent 6870622 commit bf975b8

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
@@ -638,6 +638,10 @@ class SYS_REPLICA_DOES_NOT_EXIST(iRODSException):
638638
code = -164000
639639

640640

641+
class SYS_LIBRARY_ERROR(iRODSException):
642+
code = -167000
643+
644+
641645
class SYS_REPLICA_INACCESSIBLE(iRODSException):
642646
code = -168000
643647

0 commit comments

Comments
 (0)