Message
Last updated
Was this helpful?
The Message object indicates the error or the reason for the order failure. This object contains the following attributes:
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.
{
"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?
Was this helpful?