WorkItemConfigurationError Class
- java.
lang. Object - com.
azure. core. management. exception. ManagementError - com.
azure. resourcemanager. applicationinsights. models. WorkItemConfigurationError
- com.
- com.
public final class WorkItemConfigurationError
extends ManagementError
Error associated with trying to get work item configuration or configurations.
Constructor Summary
| Constructor | Description |
|---|---|
| WorkItemConfigurationError() |
Creates an instance of Work |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Work |
fromJson(JsonReader jsonReader)
Reads an instance of Work |
|
List<Additional |
getAdditionalInfo()
Get the additional |
| String |
getCode()
Get the code property: The error code parsed from the body of the http error response. |
|
List<Management |
getDetails()
Get the details property: Details for the error. |
|
Inner |
getInnererror()
Get the innererror property: Inner error. |
| String |
getMessage()
Get the message property: The error message parsed from the body of the http error response. |
| String |
getTarget()
Get the target property: The target of the error. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from ManagementError
Methods inherited from java.lang.Object
Constructor Details
WorkItemConfigurationError
public WorkItemConfigurationError()
Creates an instance of WorkItemConfigurationError class.
Method Details
fromJson
public static WorkItemConfigurationError fromJson(JsonReader jsonReader)
Reads an instance of WorkItemConfigurationError from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalInfo
public List<AdditionalInfo> getAdditionalInfo()
Get the additionalInfo property: Additional info for the error.
Overrides:
WorkItemConfigurationError.getAdditionalInfo()Returns:
getCode
public String getCode()
Get the code property: The error code parsed from the body of the http error response.
Overrides:
WorkItemConfigurationError.getCode()Returns:
getDetails
public List<ManagementError> getDetails()
Get the details property: Details for the error.
Overrides:
WorkItemConfigurationError.getDetails()Returns:
getInnererror
public InnerError getInnererror()
Get the innererror property: Inner error.
Returns:
getMessage
public String getMessage()
Get the message property: The error message parsed from the body of the http error response.
Overrides:
WorkItemConfigurationError.getMessage()Returns:
getTarget
public String getTarget()
Get the target property: The target of the error.
Overrides:
WorkItemConfigurationError.getTarget()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WorkItemConfigurationError.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.