# Functions
Validate24HrTimeRange determines whether the provided string fits in a format such as "08:00-16:00".
ValidateDHMSTimeFormat determines whether the provided string fits in a format such as "1d8h", where the valid units are days, hours, minutes, and seconds.
ValidateIPRange validates one of the following forms: 1) IP (supports shorthand of IPv4 and IPv6 addresses) 2) IP/n (CIDR) 3) IP1-IP2 where IP1 < IP2 and type(IP1) == type(IP2).
# Constants
Error codes:.
Error codes:.
Error codes:.
Error codes:.
Error codes:.
Error codes:.
Error codes:.
Error codes:.
Error codes:.
Error codes:.
Error codes:.
Error codes:.
Error codes:.
Error codes:.
Error codes:.
Error codes:.
Error codes:.
# Variables
ErrorContext contains the error codes mentioned above.
# Structs
NegativeTest is a struct for table tests.
PositiveTest is a struct for table tests.