We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HashSet
1 parent 245adc3 commit 101eab4Copy full SHA for 101eab4
1 file changed
src/explorer.api/Models/ExploreResult.cs
@@ -48,7 +48,7 @@ public ExploreResult(Guid explorationId, Exploration exploration)
48
49
public List<List<object?>> SampleData { get; }
50
51
- public List<string> Errors { get; } = new List<string>();
+ public HashSet<string> Errors { get; } = new HashSet<string>();
52
53
public void AddErrorMessage(string message)
54
{
0 commit comments