PlanMessageError

data class PlanMessageError(val cause: Throwable? = null) : ExpoFpError

Error sending message from the plan.

Parameters

cause

optional underlying throwable

Constructors

Link copied to clipboard
constructor(cause: Throwable? = null)

Properties

Link copied to clipboard
val cause: Throwable? = null