Enumeration TypedJsonParseErrorCode

Describes the type of the JsonParseError.

Enumeration Members

Enumeration Members

INVALID_VALUE: "INVALID_VALUE"

Value could not be parsed successfully

MALFORMED: "MALFORMED"

Malformed JSON passed to parser function

WRONG_TYPE: "WRONG_TYPE"

JSON passed to parser function had unexpected TypedJsonDiscriminator type discriminator

Generated using TypeDoc