SpringBootSiteError 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.
Defines the error. Serialized Name: Error
public class SpringBootSiteError
type SpringBootSiteError = class
Public Class SpringBootSiteError
- Inheritance
-
SpringBootSiteError
Constructors
SpringBootSiteError() |
Initializes a new instance of SpringBootSiteError. |
Properties
Code |
The error code. Serialized Name: Error.code |
Id |
The error ID. Serialized Name: Error.id |
Message |
The detailed error message. Serialized Name: Error.message |
PossibleCauses |
The error possible causes. Serialized Name: Error.possibleCauses |
RecommendedAction |
The error recommended action Serialized Name: Error.recommendedAction |
RunAsAccountId |
The account ID used to login. Serialized Name: Error.runAsAccountId |
Severity |
The error severity Serialized Name: Error.severity |
SummaryMessage |
The summarized error message. Serialized Name: Error.summaryMessage |
UpdatedTimeStamp |
Time when this error was last updated. Serialized Name: Error.updatedTimeStamp |
Applies to
Azure SDK for .NET