Altova RaptorXML+XBRL Server 2024

Specifies the format of the error output:

 

eFormatText: Sets the error output format to Text. The default value.

eFormatShortXML: Sets the error output format to ShortXML. This format is an abbreviated form of the LongXML format.

eFormatLongXML: Sets the error output format to LongXML. This format provides the most detail of all three output formats.

 

COM and .NET

 

eFormatText

= 0

eFormatShortXML

= 1

eFormatLongXML

= 2

 

Used by

 

Interface

Property

IServer

ErrorFormat

 

Java

public enum ENUMErrorFormat {

      eFormatText

      eFormatShortXML

      eFormatLongXML }

 

Used by

 

 

© 2017-2023 Altova GmbH