Improved exception handling for indexing 2
This commit is contained in:
@@ -21,6 +21,8 @@ public class EntityIndexResult
|
||||
{
|
||||
[JsonPropertyName("Success")]
|
||||
public required bool Success { get; set; }
|
||||
[JsonPropertyName("Message")]
|
||||
public string? Message { get; set; }
|
||||
}
|
||||
|
||||
public class EntityListResults
|
||||
|
||||
Reference in New Issue
Block a user