omni::structuredlog::OnBlobWriterValidationErrorFunc

Defined in omni/structuredlog/BinarySerializer.h

using omni::structuredlog::OnBlobWriterValidationErrorFunc = void (*)(const char *message)

The prototype of the function to call when a validation error occurs.

Parameters

message[in] The error message explaining what went wrong.