Skip to main content

AdviseMessage

Represents a message that provides additional context or information about an operation's outcome. These messages can indicate errors, warnings, or informational messages, often including external details.

Propertiesโ€‹

NameTypeDescription
CodeAdviseMessageCodeGets the code that represents the message type.
LevelAdviseMessageLevelGets the severity level of the message (e.g., Error, Warning, or Info).
DescriptionStringGets the message description providing additional context.
CorrelationIdStringGets a unique identifier for correlating the message with specific operations.
ExternalExternalGets additional external details associated with the message.
External/CodeStringThe supplier's internal code for identifying the nature of the response or error.
External/MessageStringA descriptive message returned by the supplier.
External/HttpStatusCodeIntegerThe HTTP status code of the supplier's response.