InternalErrorDetails
import type { InternalErrorDetails } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";
Internal error details if present for the ADD_ESIM or REMOVE_ESIM command.
interface InternalErrorDetails {
readonly errorCode?: bigint;
readonly errorCodeDetail?:
| "ERROR_CODE_DETAIL_UNSPECIFIED"
| "ERROR_TIME_OUT"
| "ERROR_EUICC_MISSING"
| "ERROR_UNSUPPORTED_VERSION"
| "ERROR_ADDRESS_MISSING"
| "ERROR_INVALID_CONFIRMATION_CODE"
| "ERROR_CERTIFICATE_ERROR"
| "ERROR_NO_PROFILES_AVAILABLE"
| "ERROR_CONNECTION_ERROR"
| "ERROR_INVALID_RESPONSE"
| "ERROR_CARRIER_LOCKED"
| "ERROR_DISALLOWED_BY_PPR"
| "ERROR_INVALID_ACTIVATION_CODE"
| "ERROR_INCOMPATIBLE_CARRIER"
| "ERROR_OPERATION_BUSY"
| "ERROR_INSTALL_PROFILE"
| "ERROR_EUICC_INSUFFICIENT_MEMORY"
| "ERROR_INVALID_PORT"
| "ERROR_SIM_MISSING";
readonly operationCode?: bigint;
readonly operationCodeDetail?:
} | "OPERATION_CODE_DETAIL_UNSPECIFIED"
| "OPERATION_SYSTEM"
| "OPERATION_SIM_SLOT"
| "OPERATION_EUICC_CARD"
| "OPERATION_SMDX"
| "OPERATION_SWITCH"
| "OPERATION_DOWNLOAD"
| "OPERATION_METADATA"
| "OPERATION_EUICC_GSMA"
| "OPERATION_APDU"
| "OPERATION_SMDX_SUBJECT_REASON_CODE"
| "OPERATION_HTTP";
§Properties
§
readonly errorCode?: bigint
[src]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.
§
readonly errorCodeDetail?: "ERROR_CODE_DETAIL_UNSPECIFIED" | "ERROR_TIME_OUT" | "ERROR_EUICC_MISSING" | "ERROR_UNSUPPORTED_VERSION" | "ERROR_ADDRESS_MISSING" | "ERROR_INVALID_CONFIRMATION_CODE" | "ERROR_CERTIFICATE_ERROR" | "ERROR_NO_PROFILES_AVAILABLE" | "ERROR_CONNECTION_ERROR" | "ERROR_INVALID_RESPONSE" | "ERROR_CARRIER_LOCKED" | "ERROR_DISALLOWED_BY_PPR" | "ERROR_INVALID_ACTIVATION_CODE" | "ERROR_INCOMPATIBLE_CARRIER" | "ERROR_OPERATION_BUSY" | "ERROR_INSTALL_PROFILE" | "ERROR_EUICC_INSUFFICIENT_MEMORY" | "ERROR_INVALID_PORT" | "ERROR_SIM_MISSING"
[src]Output only. The error code detail corresponding to the error_code.
§
readonly operationCode?: bigint
[src]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.
§
readonly operationCodeDetail?: "OPERATION_CODE_DETAIL_UNSPECIFIED" | "OPERATION_SYSTEM" | "OPERATION_SIM_SLOT" | "OPERATION_EUICC_CARD" | "OPERATION_SMDX" | "OPERATION_SWITCH" | "OPERATION_DOWNLOAD" | "OPERATION_METADATA" | "OPERATION_EUICC_GSMA" | "OPERATION_APDU" | "OPERATION_SMDX_SUBJECT_REASON_CODE" | "OPERATION_HTTP"
[src]Output only. The operation code detail corresponding to the operation_code.