Skip to content

Defined in header <fkYAML/exception.hpp>

fkyaml::type_error

class type_error : public exception;

A exception class indicating an invalid type conversion.
This class extends the fkyaml::exception class and the what() function emits an error message in the following format.

type_error: [error message] type=[source node type]

See Also