failures property
If any remote nodes could not be reached, they are recorded here. The names of the properties are the names of the unreachable servers.
If the node could be reached, but the user or device
was unknown, no failure is recorded. Instead, the corresponding
user or device is missing from the one_time_keys
result.
Implementation
Map<String, Map<String, Object?>>? failures;