Improved exception handling for indexing 2

This commit is contained in:
2025-12-13 16:14:31 +01:00
parent 94252fe63e
commit 4c4a313c7d

View File

@@ -21,6 +21,8 @@ public class EntityIndexResult
{ {
[JsonPropertyName("Success")] [JsonPropertyName("Success")]
public required bool Success { get; set; } public required bool Success { get; set; }
[JsonPropertyName("Message")]
public string? Message { get; set; }
} }
public class EntityListResults public class EntityListResults