runIgnoringResponse
inline fun runIgnoringResponse(ignored: ErrorResponse, vararg ignoredResponses: ErrorResponse, block: () -> Unit)(source)
Runs the specified function block and dismisses error responses that corresponds to an ignored response.
Any other exception is still thrown.