Skip to content

Commit

Permalink
Added more pipe error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Feb 26, 2018
1 parent 4b6b7e9 commit 7cb1aa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smbprotocol/connection.py
Expand Up @@ -213,10 +213,12 @@ class NtStatus(object):
STATUS_INSUFFICIENT_RESOURCES = 0xC000009A
STATUS_PIPE_BUSY = 0xC00000AE
STATUS_PIPE_CLOSING = 0xC00000B1
STATUS_PIPE_DISCONNECTED = 0xC00000B0
STATUS_FILE_IS_A_DIRECTORY = 0xC00000BA
STATUS_NOT_SUPPORTED = 0xC00000BB
STATUS_BAD_NETWORK_NAME = 0xC00000CC
STATUS_REQUEST_NOT_ACCEPTED = 0xC00000D0
STATUS_PIPE_EMPTY = 0xC00000D9
STATUS_INTERNAL_ERROR = 0xC00000E5
STATUS_NOT_A_DIRECTORY = 0xC0000103
STATUS_CANNOT_DELETE = 0xC0000121
Expand Down

0 comments on commit 7cb1aa7

Please sign in to comment.