![]() |
MySQL 9.5.0
Source Code Documentation
|
Public Member Functions | |
| void | KeyTooBig () const override |
| Called when a JSON object contains a member with a name that is longer than supported by the JSON binary format. More... | |
| void | ValueTooBig () const override |
| Called when a JSON document is too big to be stored in the JSON binary format. More... | |
| void | TooDeep () const override |
| Called when a JSON document has more nesting levels than supported. More... | |
| void | InvalidJson () const override |
| Called when an invalid JSON value is encountered. More... | |
| void | InternalError (const char *message) const override |
| Called when an internal error occurs. More... | |
| bool | CheckStack () const override |
| Check if the stack is about to be exhausted, and report the error. More... | |
Public Member Functions inherited from JsonSerializationErrorHandler | |
| virtual | ~JsonSerializationErrorHandler ()=default |
|
inlineoverridevirtual |
Check if the stack is about to be exhausted, and report the error.
Implements JsonSerializationErrorHandler.
|
inlineoverridevirtual |
Called when an internal error occurs.
Implements JsonSerializationErrorHandler.
|
inlineoverridevirtual |
Called when an invalid JSON value is encountered.
Implements JsonSerializationErrorHandler.
|
inlineoverridevirtual |
Called when a JSON object contains a member with a name that is longer than supported by the JSON binary format.
Implements JsonSerializationErrorHandler.
|
inlineoverridevirtual |
Called when a JSON document has more nesting levels than supported.
Implements JsonSerializationErrorHandler.
|
inlineoverridevirtual |
Called when a JSON document is too big to be stored in the JSON binary format.
Implements JsonSerializationErrorHandler.