Error

data class Error(val error: ExpoFpError) : ExpoFpPlanStatus

Error loading or evaluating the plan.

Parameters

error

the cause of the failure

Constructors

Link copied to clipboard
constructor(error: ExpoFpError)

Properties

Link copied to clipboard
Link copied to clipboard

Indicates that the plan is in an Error state, regardless of the error type.

Link copied to clipboard

Indicates that the plan is in an Initialization state.

Link copied to clipboard

Indicates that the plan is in a Ready state.

Link copied to clipboard

If the plan is loading, returns percentage progress, otherwise null.

Functions

Link copied to clipboard
fun isLoading(progress: Int? = null): Boolean

Indicates that the plan is in a Loading state.