Improved exception handling for indexing 2
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user