You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, almost all error types that could be returned from fallible function calls are IrodsError::Other, which is uninformative. At minimum, native iRODS status codes should be encoded as enum variants. Other error types will surely be required.
Right now, almost all error types that could be returned from fallible function calls are
IrodsError::Other, which is uninformative. At minimum, native iRODS status codes should be encoded as enum variants. Other error types will surely be required.