Contents

rpcVersionMismatch

The version of the remote procedure call (RPC) is incorrect.

Declaration

static var rpcVersionMismatch: Errno { get }

Mentioned in

Discussion

The version of RPC on the remote peer isn’t compatible with the local version.

The corresponding C error is ERPCMISMATCH.

See Also

RPC Errors