public class MessageValidationResult extends Object
Represents the result of message validation.
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
Gets an error message if the validation result is not successful.
|
List<MessageValidationError> |
getErrors()
Gets the collection of errors.
|
int |
getFormatType()
Gets the format of source file or stream.
|
boolean |
isSuccess()
Gets the result of validation true if successful, otherwise false.
|
public final String getErrorMessage()
Gets an error message if the validation result is not successful.
public final boolean isSuccess()
Gets the result of validation true if successful, otherwise false.
public final int getFormatType()
Gets the format of source file or stream.
public final List<MessageValidationError> getErrors()
Gets the collection of errors.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.