TargetCrashed

@Serializable
data class TargetCrashed(val targetId: TargetID, val status: String, val errorCode: Int) : TargetEvent(source)

Issued when a target has crashed.

Official doc

Constructors

Link copied to clipboard
constructor(targetId: TargetID, status: String, errorCode: Int)

Properties

Link copied to clipboard

Termination error code.

Link copied to clipboard

Termination status type.

Link copied to clipboard