Class InternalErrorDetails
Internal error details if present for the ADD_ESIM or REMOVE_ESIM command.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class InternalErrorDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorCode
Output only. Integer representation of the error code as specified here (https://developer.android.com/reference/android/telephony/euicc/EuiccManager#EXTRA_EMBEDDED_SUBSCRIPTION_DETAILED_CODE). See also, OPERATION_SMDX_SUBJECT_REASON_CODE. See error_code_detail for more details.
Declaration
[JsonProperty("errorCode")]
public virtual long? ErrorCode { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ErrorCodeDetail
Output only. The error code detail corresponding to the error_code.
Declaration
[JsonProperty("errorCodeDetail")]
public virtual string ErrorCodeDetail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OperationCode
Output only. Integer representation of the operation code as specified here (https://developer.android.com/reference/android/telephony/euicc/EuiccManager#EXTRA_EMBEDDED_SUBSCRIPTION_DETAILED_CODE). See operation_code_detail for more details.
Declaration
[JsonProperty("operationCode")]
public virtual long? OperationCode { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
OperationCodeDetail
Output only. The operation code detail corresponding to the operation_code.
Declaration
[JsonProperty("operationCodeDetail")]
public virtual string OperationCodeDetail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |