produceResponse

open suspend override fun produceResponse(request: Metador.Request): Result<Map<String, String>, Throwable>

Produces a response from the specified request. The response will always be produced, but it may or may not be successful

Return

a Result-wrapped map, that indicates if the response was successful or not

Parameters

request

the request to check