platformCause

val platformCause: Any? = null

Parameters

platformCause

the underlying cause. Might be null. When not null, it can be cast to:

  • a Throwable on JVM platforms.

  • a NSError on Darwin platforms. to get more details about what went wrong.