Reference Source Test
public class | source

TaskError

Describes an error during strategy execution (eg. robot stuck)

Constructor Summary

Public Constructor
public

constructor(source: String, action: String, message: String, params: Object)

Default constructor for class

Public Constructors

public constructor(source: String, action: String, message: String, params: Object) source

Default constructor for class

Params:

NameTypeAttributeDescription
source String

Name of module which thrown an error

action String

Unique identifier for task error

message String

Describes more about task error

params Object

Additional parameters to describe an error