ProviderInstancePropertiesErrors Class
- java.
lang. Object - com.
azure. resourcemanager. workloads. models. Error - com.
azure. resourcemanager. workloads. models. ProviderInstancePropertiesErrors
- com.
- com.
public final class ProviderInstancePropertiesErrors
extends Error
Defines the provider instance errors.
Constructor Summary
| Constructor | Description |
|---|---|
| ProviderInstancePropertiesErrors() |
Creates an instance of Provider |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
code()
Get the code property: Server-defined set of error codes. |
| List<Error> |
details()
Get the details property: Array of details about specific errors that led to this reported error. |
|
static
Provider |
fromJson(JsonReader jsonReader)
Reads an instance of Provider |
|
Error |
innerError()
Get the inner |
| String |
message()
Get the message property: Human-readable representation of the error. |
| String |
target()
Get the target property: Target of the error. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from Error
Methods inherited from java.lang.Object
Constructor Details
ProviderInstancePropertiesErrors
public ProviderInstancePropertiesErrors()
Creates an instance of ProviderInstancePropertiesErrors class.
Method Details
code
public String code()
Get the code property: Server-defined set of error codes.
Overrides:
ProviderInstancePropertiesErrors.code()Returns:
details
public List<Error> details()
Get the details property: Array of details about specific errors that led to this reported error.
Overrides:
ProviderInstancePropertiesErrors.details()Returns:
fromJson
public static ProviderInstancePropertiesErrors fromJson(JsonReader jsonReader)
Reads an instance of ProviderInstancePropertiesErrors from the JsonReader.
Parameters:
Returns:
Throws:
innerError
public ErrorInnerError innerError()
Get the innerError property: Object containing more specific information than the current object about the error.
Overrides:
ProviderInstancePropertiesErrors.innerError()Returns:
message
public String message()
Get the message property: Human-readable representation of the error.
Overrides:
ProviderInstancePropertiesErrors.message()Returns:
target
public String target()
Get the target property: Target of the error.
Overrides:
ProviderInstancePropertiesErrors.target()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ProviderInstancePropertiesErrors.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
ProviderInstancePropertiesErrors.validate()