Boolean whether or not an error occured. If an error did not occur, message and location will not have meaningful values.
auto error = ParseError("error occured!", 0); assert(error); // conversion to $(D bool)
See Implementation
Boolean whether or not an error occured. If an error did not occur, message and location will not have meaningful values.