Uses the Component:BODFailureMessageType
Table 6.2. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ErrorProcessMessage |
Error message encountered during processing. | 0..* | Component | ErrorProcessMessageType | |
WarningProcessMessage |
Non-fatal warning message encountered during processing. | 0..* | Component | WarningProcessMessageType | |
NounFailureMessage |
Indicates that the processing of this noun has failed, and provides error and warning messages that arose during the processing of the noun. | 0..* | Component | NounFailureMessageType | |
NounSuccessMessage |
The processing was a success. Possible, non-fatal warning messages may appear here. | 0..* | Component | NounSuccessMessageType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.2. oagis:BODFailureMessage
<oagis:BODFailureMessage> <ErrorProcessMessage>......</ErrorProcessMessage> [0..*] <WarningProcessMessage>......</WarningProcessMessage> [0..*] <NounFailureMessage>......</NounFailureMessage> [0..*] <NounSuccessMessage>......</NounSuccessMessage> [0..*] </oagis:BODFailureMessage>