runIgnoringResponse

inline fun runIgnoringResponse(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.

See also