Skip to content

Failure

A debug report for a failed stage.

Constructors

Failure

constructor(stage: BsonDocument, failure: Throwable)

Properties

failure

The error that was thrown when trying to access the output of this stage.

stage

open override val stage: BsonDocument

The stage that was executed.

Note that the very first stage in a pipeline is always an empty document. See PipelineDebugReport.stages for more information.

Functions

toString

open override fun toString(): String