vertx / io.vertx.reactivex.core / Future / cause

cause

open fun cause(): Throwable

A Throwable describing failure. This will be null if the operation succeeded.

Return
the cause or null if the operation succeeded.