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
RubySMB exception usually consists of a simple string that includes the error code, error name and a custom message. It requires the caller to perform string comparison in the raw message string to get the exact error code or name. See this PR's comment.
I believe this can be improved by using more elaborate exception classes containing helpers to extract specific information.
The text was updated successfully, but these errors were encountered:
RubySMB exception usually consists of a simple string that includes the error code, error name and a custom message. It requires the caller to perform string comparison in the raw message string to get the exact error code or name. See this PR's comment.
I believe this can be improved by using more elaborate exception classes containing helpers to extract specific information.
The text was updated successfully, but these errors were encountered: