Tide 0.1.0
|
A child element's value was set outside the allowable range. More...
#include <tide/exceptions.h>
A child element's value was set outside the allowable range.
Often, child elements will have an allowable range of values, such as not zero or positive integers. This error occurs when a child element's value is set outside its allowable range. See the Tide format specification for the allowable range of each element.
The err_id tag may be included to give the ID of the bad child element.
The err_par_id tag may be included to give the ID of the parent element.
The err_pos tag may be included to give the approximate position in the file where the error occured.
Definition at line 270 of file exceptions.h.