This module contains several functions to validate input parameters, ensuring the parameters are valid when provided to Route Engine Service.
These functions return an error
type value. If an input does not meet the requirements, the function returns an error containing the appropriate error message. If the input is valid, the function returns nil
.