ErrorList
type ErrorList = (NestedError | CompoundError | LocalError)[]
An ErrorList
is simply an array of errors of mixed types. Unsuccessful results will have lists of errors because it is possible for more than one error to occur at the same location or from the same source.