datastore operations return errno

This commit is contained in:
Jude Nelson
2017-03-22 23:29:49 -04:00
parent 4d78bd7734
commit a0232a395f

View File

@@ -1326,7 +1326,7 @@ def get_datastore( datastore_id, config_path=CONFIG_PATH, device_ids=None, proxy
This is a server-side method.
Returns {'status': True, 'datastore': public datastore info}
Returns {'error': ...} on failure
Returns {'error': ..., 'errno':...} on failure
"""
if proxy is None: