ContainerExecException

class ContainerExecException(message: String, stage: PipelineStage, exitCode: Int?, logs: List<String>, cause: Throwable? = null) : PipelineExecutionException

Exception indicating that a failure has occurred while executing the container.

Parameters

message

Exception message.

stage

The pipeline stage which threw the error.

exitCode

Exit code of the container. May be null.

logs

Container logs.

cause

Cause of the exception, if any.

Constructors

Link copied to clipboard
constructor(message: String, stage: PipelineStage, exitCode: Int?, logs: List<String>, cause: Throwable? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val message: String?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun getContextEntries(): MutableList<Pair<String, Any>>
Link copied to clipboard
open override fun getContextLabels(): MutableSet<String>
Link copied to clipboard
open override fun getContextValues(p0: String): MutableList<Any>
Link copied to clipboard
open override fun getFirstContextValue(p0: String): Any
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getRawMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard