ErrBootstrap
Description:
public enum ErrBootstrap
Content:
Enum values:
- BAD_HOST - The hostname could not be
resolved to an IP address, or the IP address passed was invalid.
- BAD_PORT - The port passed was
invalid. The valid port range is (1, 65535).
- NULL - One of the arguments to the
function was NULL when it was not expected.
- OK - The function returned successfully.