Trying to connect to an smb share gives:
Received unexpected status from the server: Unknown error. (3221225566) UNKNOWN_ENUM: 0xc000005e
https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55?redirectedfrom=MSDN
Apparently, this status code is for STATUS_NO_LOGON_SERVERS, which is not present in the NtStatus enum. Can we add it?