errorRelay

abstract val errorRelay: Flow<ErrorRecord>

Provides a unified feedback mechanism for all Query/Mutation errors that occur within the client.

For example, by collecting errors on the foreground screen, you can display an error message on the screen using a Toast or similar when an error occurs.