HcsMessageInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The response model for message info.The message info contains the message, error code and recommendation from service
public class HcsMessageInfo
type HcsMessageInfo = class
Public Class HcsMessageInfo
- Inheritance
-
HcsMessageInfo
Constructors
HcsMessageInfo() |
Initializes a new instance of the HcsMessageInfo class. |
Properties
ErrorCode |
Optional. Gets or sets error code returned from service |
Message |
Optional. Gets or sets any message to be returned from service |
Recommendation |
Optional. Gets or sets any recommendation to be returned from service |
Severity |
Optional. Gets or sets severity of the error message returned from service |
Applies to
Azure SDK for .NET