TargetCrashedParameter

@Serializable
data class TargetCrashedParameter(val targetId: String, val status: String, val errorCode: Int)

Issued when a target has crashed.

Constructors

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

Properties

Link copied to clipboard

Termination error code.

Link copied to clipboard

Termination status type.

Link copied to clipboard