Skip to content
Snippets Groups Projects
Commit 0240fd2c authored by Matthew Hansen's avatar Matthew Hansen Committed by Matt Hansen
Browse files

Update LoadMap service result codes

parent 9127736b
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,10 @@ string map_id
# Result code defintions
uint8 RESULT_SUCCESS=0
uint8 RESULT_MAP_DOES_NOT_EXIST=1
uint8 RESULT_INVALID_MAP_DATA=2
uint8 RESULT_INVALID_MAP_METADATA=2
uint8 RESULT_INVALID_TYPE=1
uint8 RESULT_MAP_ID_DOES_NOT_EXIST=2
uint8 RESULT_INVALID_MAP_METADATA=3
uint8 RESULT_INVALID_MAP_DATA=4
uint8 RESULT_UNDEFINED_FAILURE=255
# Returned map is only valid if result equals RESULT_SUCCESS
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment