次の方法で共有


VcnManager.VcnErrorCodeInternalError フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Net.Vcn.VcnErrorCode enum directly instead of this field.

このゲートウェイ接続で内部エラーが発生したことを示す値。

[Android.Runtime.Register("VCN_ERROR_CODE_INTERNAL_ERROR", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.VcnErrorCode enum directly instead of this field.", true)]
public const Android.Net.Vcn.VcnErrorCode VcnErrorCodeInternalError = 0;
[<Android.Runtime.Register("VCN_ERROR_CODE_INTERNAL_ERROR", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.VcnErrorCode enum directly instead of this field.", true)>]
val mutable VcnErrorCodeInternalError : Android.Net.Vcn.VcnErrorCode

フィールド値

Value = 0
属性

注釈

このゲートウェイ接続で内部エラーが発生したことを示す値。

android.net.vcn.VcnManager.VCN_ERROR_CODE_INTERNAL_ERRORJava ドキュメント。

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

適用対象