catchKrosstalkExceptions
inline fun <T> catchKrosstalkExceptions(block: () -> T): KrosstalkResult<T>
Content copied to clipboard
Catch and unwrap KrosstalkServerException and KrosstalkHttpError, without converting other exceptions to KrosstalkServerException.