2.2.6.4.2 Response
Trans2_Parameters
No parameters are sent by this message
Trans2_Data
The Trans2_Data block carries the structure of the information level specified by the request's Trans2_Parameters.InformationLevel field. Each information level's corresponding structure is specified in section 2.2.8.2.
Error Codes
SMB error class |
SMB error code |
NT status code |
POSIX equivalent |
Description |
---|---|---|---|---|
ERRDOS (0x01) |
ERRnomem (0x0008) |
STATUS_INSUFF_SERVER_RESOURCES (0xC0000205) |
ENOMEM |
The server is out of resources. |
ERRSRV (0x02) |
ERRunknownlevel (0x007C) |
STATUS_OS2_INVALID_LEVEL (0x007C0001) |
|
The InformationLevel supplied is invalid. |
ERRSRV (0x02) |
ERRerror (0x0001) |
STATUS_INVALID_SMB (0x00010002) |
|
Invalid SMB. Not enough parameter bytes were sent. |
ERRSRV (0x02) |
ERRinvtid (0x0005) |
STATUS_SMB_BAD_TID (0x00050002) |
|
The TID is no longer valid. |
ERRSRV (0x02) |
ERRbaduid (0x005B) |
STATUS_SMB_BAD_UID (0x005B0002) |
|
The UID supplied is not defined to the session. |
ERRSRV (0x02) |
ERRmoredata (0x00EA) |
STATUS_BUFFER_OVERFLOW (0x80000005) |
|
The number of bytes read from the named pipe exceeds the MaxDataCount field in the client request. |
ERRHRD (0x03) |
ERRnotready (0x0015) |
STATUS_NO_MEDIA_IN_DEVICE (0x0xC0000013) |
|
Share represents a removable device and there is no media present in the device. |
ERRHRD (0x03) |
ERRdata (0x0017) |
STATUS_DATA_ERROR (0xC000003E) |
EIO |
Disk I/O error. |