/[Apache-SVN]
ViewVC logotype

Revision 1074608


Jump to revision: Previous Next
Author: dcreager
Date: Fri Feb 25 16:08:41 2011 UTC (13 years, 1 month ago)
Changed paths: 19
Log Message:
AVRO-463. C: Error messages

This patch adds a new avro_strerror() function, which returns a string
describing the most recent Avro error.  Every function that can return
an error code has been updated to provide an error string.  In
particular, the avro_schema_from_json function now fills in the Avro
error string with any parse errors that result from an invalid JSON
string.


Changed paths

Path Details
Directoryavro/trunk/CHANGES.txt modified , text changed
Directoryavro/trunk/lang/c/src/CMakeLists.txt modified , text changed
Directoryavro/trunk/lang/c/src/Makefile.am modified , text changed
Directoryavro/trunk/lang/c/src/avro.h modified , text changed
Directoryavro/trunk/lang/c/src/avro_errors.h added
Directoryavro/trunk/lang/c/src/avro_private.h modified , text changed
Directoryavro/trunk/lang/c/src/datafile.c modified , text changed
Directoryavro/trunk/lang/c/src/datum.c modified , text changed
Directoryavro/trunk/lang/c/src/datum_json.c modified , text changed
Directoryavro/trunk/lang/c/src/datum_read.c modified , text changed
Directoryavro/trunk/lang/c/src/datum_size.c modified , text changed
Directoryavro/trunk/lang/c/src/datum_skip.c modified , text changed
Directoryavro/trunk/lang/c/src/datum_validate.c modified , text changed
Directoryavro/trunk/lang/c/src/datum_write.c modified , text changed
Directoryavro/trunk/lang/c/src/encoding_binary.c modified , text changed
Directoryavro/trunk/lang/c/src/errors.c added
Directoryavro/trunk/lang/c/src/io.c modified , text changed
Directoryavro/trunk/lang/c/src/schema.c modified , text changed
Directoryavro/trunk/lang/c/tests/test_avro_data.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26