Message
The Message object indicates the error or the reason for the order failure. This object contains the following attributes:
Field
Type
Description
id
string
(Optional) The message identifier to be used for the localization process.
message
string
The content of the message.
parameters
string
(Optional) Parameters used within the message.
Examples
{
"id": "E001234",
"message": "Agreement provisioning failed due to unavailability of the item"
}{
"id": "E001234",
"message": "Agreement provisioning failed due to unavailability of the item {{ item }}",
"parameters": {
"item": "ITM-1234-1234-1234"
}
}Last updated
Was this helpful?