Published March 15, 2018
| Version v0.0.36
Software
Open
caltechlibrary/dataset: Python 3.6 module error_message() function
Citation
APA
Doiel, R., & Morrell, T. E. (2018). caltechlibrary/dataset: Python 3.6 module error_message() function (v0.0.36). CaltechDATA. https://doi.org/10.22002/D1.909
Description
Added a error_message() function to Python module so you can check for the last error recorded in the Go runtime. e.g. ```python record = dataset.read(my_collection, "1023") e_msg = dataset.error_message() if e_msg != "": handle_error(e_msg) ```
Files
caltechlibrary_dataset-v0.0.36.zip
Other
Dataset is a command line tool for working with JSON (object) documents on local disc, in an S3 bucket or on Google Sheets/Cloud Storage
Additional details
- CALTECHDATA_ID
- 909