struct Protocol::Target::TargetCrashed

Overview

Issued when a target has crashed.

Included Modules

Defined in:

protocol/target.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def error_code : Int::Primitive #

Termination error code.


[View source]
def status : String #

Termination status type.


[View source]
def target_id : TargetID #

[View source]