failures property

Map<String, Map<String, Object?>>? failures
getter/setter pair

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 one_time_keys result.

Implementation

Map<String, Map<String, Object?>>? failures;