Changeset 61693 in vbox for trunk/include/iprt/err.h
- Timestamp:
- Jun 14, 2016 11:33:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r60297 r61693 2544 2544 /** @} */ 2545 2545 2546 /** @name RTJson status codes. 2547 * @{ */ 2548 /** The called method does not work with the value type of the given JSON value. */ 2549 #define VERR_JSON_VALUE_INVALID_TYPE (-24700) 2550 /** The iterator reached the end. */ 2551 #define VERR_JSON_ITERATOR_END (-24701) 2552 /** The JSON document is malformed. */ 2553 #define VERR_JSON_MALFORMED (-24702) 2554 /** @} */ 2555 2546 2556 /* SED-END */ 2547 2557
Note:
See TracChangeset
for help on using the changeset viewer.