OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Functions
SerializationExceptions.cpp File Reference
#include "SerializationExceptions.h"
#include <string>
#include "Utility/Exception.h"

Functions

void throwEnumSerializationError (int64_t value, std::string_view typeName, bool isFlags)
 
void throwDeserializationError (std::string_view value, std::string_view typeName)
 
void throwNumberDeserializationError (std::string_view invalidValue, std::string_view typeName, std::errc error)
 

Function Documentation

◆ throwDeserializationError()

void throwDeserializationError ( std::string_view  value,
std::string_view  typeName 
)

◆ throwEnumSerializationError()

void throwEnumSerializationError ( int64_t  value,
std::string_view  typeName,
bool  isFlags 
)

◆ throwNumberDeserializationError()

void throwNumberDeserializationError ( std::string_view  invalidValue,
std::string_view  typeName,
std::errc  error 
)