Message

The Message object indicates an error or reason for order failure.

Field
Type
Description

id

string

The message identifier to be used for the localization process.

message

string

The content of the message.

parameters

string

The parameters that can be used within the message.

Example

{
     "id": "E001234",
     "message": "Agreement provisioning failed due to unavailability of the item"
}

Last updated

Was this helpful?