![]() |
simdjson
3.3.0
Ridiculously Fast JSON
|
Exception thrown when an exception-supporting simdjson method is called. More...
Public Member Functions | |
| simdjson_error (error_code error) noexcept | |
| Create an exception from a simdjson error code. More... | |
| const char * | what () const noexcept |
| The error message. | |
| error_code | error () const noexcept |
| The error code. | |
Exception thrown when an exception-supporting simdjson method is called.
|
inlinenoexcept |