public class ManagedIdentityErrorResponse extends Object implements com.azure.json.JsonSerializable<ManagedIdentityErrorResponse>
| Constructor and Description |
|---|
ManagedIdentityErrorResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedIdentityErrorResponse |
fromJson(com.azure.json.JsonReader jsonReader) |
String |
getCorrelationId() |
String |
getError() |
String |
getErrorDescription() |
String |
getMessage() |
com.azure.json.JsonWriter |
toJson(com.azure.json.JsonWriter jsonWriter) |
public static ManagedIdentityErrorResponse fromJson(com.azure.json.JsonReader jsonReader) throws IOException
fromJson in interface com.azure.json.JsonSerializable<ManagedIdentityErrorResponse>IOExceptionpublic com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter)
throws IOException
toJson in interface com.azure.json.JsonSerializable<ManagedIdentityErrorResponse>IOExceptionpublic String getMessage()
public String getCorrelationId()
public String getError()
public String getErrorDescription()
Copyright © 2013–2025. All rights reserved.