... | ... | @@ -65,6 +65,8 @@ failed_wrong_param | Parameters were given. |
|
|
failed_item_amount | The agents has no photos to analyze.
|
|
|
failed | An unforeseen error has occurred.
|
|
|
|
|
|
***
|
|
|
|
|
|
### rescue_victim
|
|
|
|
|
|
Action responsible for rescuing a victim, identified by it's ID, if there's enough physical_storage available on the agent. This action can be used with 1 parameter.
|
... | ... | @@ -81,6 +83,7 @@ failed_capacity | The agent doesn't have enough physical_storage. |
|
|
failed_location | The agent is not in the same location as the victim.
|
|
|
failed | An unforeseen error has occurred.
|
|
|
|
|
|
***
|
|
|
|
|
|
### deliver_physical
|
|
|
|
... | ... | @@ -103,7 +106,7 @@ failed_unknown_item | No item by the given name is known. |
|
|
failed_item_amount | The given amount is not an integer, less than 1 or greater than what the agent is carrying.
|
|
|
failed | An unforeseen error has occurred.
|
|
|
|
|
|
***
|
|
|
|
|
|
|
|
|
### deliver_virtual
|
|
|
|
... | ... | @@ -126,6 +129,8 @@ failed_unknown_item | No item by the given name is known. |
|
|
failed_item_amount | The given amount is not an integer, less than 1 or greater than what the agent is carrying.
|
|
|
failed | An unforeseen error has occurred.
|
|
|
|
|
|
***
|
|
|
|
|
|
### charge
|
|
|
|
|
|
Action responsible for charging the agent's battery. The amount by which the battery is recovered depends on whether it is located at a CDM or not. This action has no parameters.
|
... | ... | @@ -135,9 +140,7 @@ Failure Code | Reason |
|
|
failed_wrong_param | Parameters were given.
|
|
|
failed | An unforeseen error has occurred.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
***
|
|
|
|
|
|
### search_social_asset
|
|
|
|
... | ... | |