ERROR_NET_WRITE_FAULT top-level constant

  1. @Deprecated('Use WIN32_ERROR.ERROR_NET_WRITE_FAULT instead')
int const ERROR_NET_WRITE_FAULT

A write fault occurred on the network.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_NET_WRITE_FAULT instead')
const ERROR_NET_WRITE_FAULT = 88;