protocolError constant
int
const protocolError
Alias for EPROTO from errno.h in Darwin.
"Protocol error" error.
Implementation
static const int protocolError = eproto;
Alias for EPROTO from errno.h in Darwin.
"Protocol error" error.
static const int protocolError = eproto;