MessageValidationResult

MessageValidationResult class

Represents the result of message validation.

The MessageValidationResult type exposes the following members:

Properties

NameDescription
error_messageGets an error message if the validation result is not successful.
is_successGets the result of validation true if successful, otherwise false.
format_typeGets the format of source file or stream.
errorsGets the collection of errors.

See Also