General parsing utilities for validating all input data
All functions here must marshal data: any into their respective domain type
Failing to do so, they must throw the validationErrors.ErrorParse
The parse error message must focus on why the validation failed
General parsing utilities for validating all input data All functions here must marshal
data: any
into their respective domain type Failing to do so, they must throw thevalidationErrors.ErrorParse
The parse error message must focus on why the validation failed