For the complete documentation index, see llms.txt. This page is also available as Markdown.

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"
}

Last updated

Was this helpful?