Skip to main content

fallback

Function fallback 

Source
pub fn fallback(reason: Reason, decision: impl Into<String>)
Expand description

Emit a fallback phase event.

decision should be a short reason summary (e.g. the underlying XfaError rendered with {:?}, or "timeout"). Used by pdf-xfa::flatten to signal that the XFA pipeline could not produce output and the caller has been served a non-XFA passthrough.