wfs:TransactionResults
For systems that do not support atomic transactions, the TransactionResults element may be used to report exception codes and messages for all actions of a transaction that failed to execute successfully.
Element information
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-wfs/1.1.0/dhs-gmo/1.0.0/wfs.xsd
Type: wfs:TransactionResultsType
Properties: Local, Qualified
Content
- wfs:Action [0..*] The Action element reports an exception code and exception message indicating why the corresponding action of a transaction request failed.
Attributes
None
Used in
- Type wfs:TransactionResponseType (Element wfs:TransactionResponse)
Sample instance
<wfs:TransactionResults> <wfs:Action locator="string"> <wfs:Message>string</wfs:Message> </wfs:Action> </wfs:TransactionResults>