[][src]Module json_pop::error

Enums

CompilationError

This error lives inside the the parsers Error type. So it's a sub-error of a parse error.

JsonPopError

This is the error type returned by the parser. It's bounded by the lifetime of the source string which was parsed

TopLevelError

A top level error returned by processes or tests.. It's not bounded by the lifetime of the string being parsed. we should add error codes to these.