Line 65: |
Line 65: |
| |- | | |- |
| | 5 | | | 5 |
− | | String too big? This error is returned when service name length is greater than 8. (srv) | + | | Invalid string length. This error is returned when service name length is greater than 8 or zero. (srv) |
| |- | | |- |
| | 6 | | | 6 |
− | | Access denied? This error is returned when you request a service that you don't have access to. (srv) | + | | Access denied. This error is returned when you request a service that you don't have access to. (srv) |
| |- | | |- |
| | 7 | | | 7 |
− | | String too small? This error is returned when service name contains an unexpected null byte. (srv) | + | | String size does not match string contents. This error is returned when service name contains an unexpected null byte. (srv) |
| |- | | |- |
| | 8 | | | 8 |