Failure¶
data class Failure(val stage: BsonDocument, val failure: Throwable) : MongoAggregationPipeline.StageDebugReport
A debug report for a failed stage.
Constructors¶
Failure¶
constructor(stage: BsonDocument, failure: Throwable)
Properties¶
failure¶
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.