UNPKG

@awo00/smb2

Version:

A SMB2 implementation in TypeScript

10 lines (9 loc) 230 B
declare enum StatusCode { Success = 0, Pending = 259, MoreProcessingRequired = 3221225494, FileNameNotFound = 3221225524, FilePathNotFound = 3221225530, FileClosed = 3221225768 } export default StatusCode;