PrerenderStatusUpdatedParameter

@Serializable
data class PrerenderStatusUpdatedParameter(val key: Preload.PreloadingAttemptKey, val pipelineId: String, val status: Preload.PreloadingStatus, val prerenderStatus: Preload.PrerenderFinalStatus? = null, val disallowedMojoInterface: String? = null, val mismatchedHeaders: List<Preload.PrerenderMismatchedHeaders>? = null)

Fired when a prerender attempt is updated.

Constructors

Link copied to clipboard
constructor(key: Preload.PreloadingAttemptKey, pipelineId: String, status: Preload.PreloadingStatus, prerenderStatus: Preload.PrerenderFinalStatus? = null, disallowedMojoInterface: String? = null, mismatchedHeaders: List<Preload.PrerenderMismatchedHeaders>? = null)

Properties

Link copied to clipboard

This is used to give users more information about the name of Mojo interface that is incompatible with prerender and has caused the cancellation of the attempt.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard