Nsx_Message
The Message structure contains the information pertaining to the API using it. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Note: This structure is restricted for VMware internal use only.
{
"severity": "string",
"details": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
}
The Message.Severity enumerated type represents the severity of the message. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Note: This enumeration is restricted for VMware internal use only.
INFO : Informational message. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
WARNING : Warning message. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
ERROR : Error message. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.