FederationErrorResponseInterceptor
An interceptor responsible for handling federation-related error responses in an HTTP call.
The following response types are specifically evaluated:
FederationErrorResponse.Generic federation errors identified by the
federationtype or label in the response bodyFederationErrorResponse.Conflict errors with
non_federating_backends(HTTP Status: HttpStatusCode.Conflict)FederationErrorResponse.Unreachable errors with
unreachable_backends(HTTP Status: HttpStatusCode.Companion.UnreachableRemoteBackends)