Skip to content

Commit 8cfa18b

Browse files
committed
Update error code
Signed-off-by: Michał Pełka <michal.pelka@robotec.ai>
1 parent c0940cd commit 8cfa18b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

srv/SpawnEntities.srv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SpawnEntity spawn_requests[] # List of spawn requests.
66
---
77

88
# Additional result.result_code values for this service. Check result.error_message for further details.
9-
uint8 ENTITIES_SPAWN_FAILED = 120 # There was at least one failed spawn request. Check individual results in the `results`.
9+
uint8 ENTITIES_SPAWN_FAILED = 150 # There was at least one failed spawn request. Check individual results in the `results`.
1010

1111
Result result # If one or more requests failed, it will give ENTITIES_SPAWN_FAILED otherwise RESULT_OK
1212
SpawnResult results[] # List of results for each spawn request.

0 commit comments

Comments
 (0)