Returns the human readable error message for this error.
Use SourceSpan.message or the toString from the span field to get a message including span information
SourceSpan.message
@override String get message => formatStr(errorMessages[errorCode]!, data);