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