Return the ErrorCode with the given uniqueName, or null if not found.
uniqueName
null
ErrorCode? errorCodeByUniqueName(String uniqueName) { return _uniqueNameToCodeMap[uniqueName]; }