If the client system sends a not well-formed or not valid message to the Betradar system, an error message will be returned from the Betradar system.
<BetradarLiveOdds xmlns="http://www.betradar.com/BetradarLiveOdds" status="error" timestamp="1199783362456">
<Message>The given xml is not well-formed:
<!-- XML which caused the error goes here -->
</Message>
</BetradarLiveOdds>
XML attributes definition
Element | Attributes |
---|
| Attribute | Description | Possible values |
BetradarLiveOdds | status | Keyword which describes what kind of message it is. | String "error" (for error messages) |
Message | - | Either "The given xml is not wellformed:", or "The given xml is not valid:", plus the XML message that caused the error. | String |