You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jweder Good catch. The issue was that our GetSnapshotResponse treated failures as strings when really they are objects. I just pushed a fix. For backwards compatibility sake, I left original IEnumerable<string> Failures property which now just returns the failure reasons, and added IEnumerable<SnapshotShardFailure> ShardFailures which contains the actual response objects.
Getting all Snapshots like this
Throws a JsonReaderException, if there is a Snapshot in it, that has "failures".
Calling the Elasticsearch API like this:
returns this:
The text was updated successfully, but these errors were encountered: