[This is preliminary documentation and is subject to change.]
Gets the number of errors in this token.
| C# |
public int Count { get; }
A value of 1 can mean this is a single error token or a collection
with one member. A value of 0 can only mean that its a collection with no
members.