DefaultErrorResponseError Constructors
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.
Overloads
DefaultErrorResponseError() |
Initializes a new instance of the DefaultErrorResponseError class. |
DefaultErrorResponseError(String, String, String, IList<DefaultErrorResponseErrorDetailsItem>, String) |
Initializes a new instance of the DefaultErrorResponseError class. |
DefaultErrorResponseError()
Initializes a new instance of the DefaultErrorResponseError class.
public DefaultErrorResponseError ();
Public Sub New ()
Applies to
DefaultErrorResponseError(String, String, String, IList<DefaultErrorResponseErrorDetailsItem>, String)
Initializes a new instance of the DefaultErrorResponseError class.
public DefaultErrorResponseError (string code = default, string message = default, string target = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseErrorDetailsItem> details = default, string innererror = default);
new Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseError : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseErrorDetailsItem> * string -> Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing, Optional details As IList(Of DefaultErrorResponseErrorDetailsItem) = Nothing, Optional innererror As String = Nothing)
Parameters
- code
- String
Standardized string to programmatically identify the error.
- message
- String
Detailed error description and debugging information.
- target
- String
Detailed error description and debugging information.
- innererror
- String
More information to debug error.