Defines error codes for the
NtpTimeClient class.
public enum TimeExceptionStatus
Public Enum TimeExceptionStatus
public enum class TimeExceptionStatus
Name | Description |
---|
Unclassified | Unclassified error. |
HostHasNoIP | The Host has no IP address. |
NoTimeServer | There is no time server at the specified address. |
TimedOut | The connection attempt timed out, or the connected host has failed to respond. |
SocketError | The operation could not be completed due to a socket error. |
InvalidNtpMessageSize | Invalid packet size |
InvalidNtpMode | Invalid NtpMode |
InvalidDateTime | The provided DateTime is not valid. Date is before epoch. |
InvalidTimestamp | The provided Timestamp is not valid. Timestamp is before the Unix epoch. |
CannotSetSystemTime | The SystemTimeHelper was unable to set the local system time. |
AsyncError | Asynchronous call exception. |
GeneralFailure | The operation cannot be completed. |
Top