DataFailCause.VsncpGenError フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Telephony.DataFailCauseType enum directly instead of this field.

一般的なエラーにより、VSNCP フェーズでデータ呼び出しが失敗します。

[Android.Runtime.Register("VSNCP_GEN_ERROR", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataFailCauseType enum directly instead of this field.", true)]
public const Android.Telephony.DataFailCauseType VsncpGenError = 2237;
[<Android.Runtime.Register("VSNCP_GEN_ERROR", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataFailCauseType enum directly instead of this field.", true)>]
val mutable VsncpGenError : Android.Telephony.DataFailCauseType

フィールド値

Value = 2237
属性

注釈

一般的なエラーにより、VSNCP フェーズでデータ呼び出しが失敗します。 エラーを報告するために使用できる他の特定のエラー コードがない場合に使用されます。

android.telephony.DataFailCause.VSNCP_GEN_ERRORJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象