VcnManager.VcnErrorCodeConfigError フィールド

定義

注意事項

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_CONFIG_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 VcnErrorCodeConfigError = 1;
[<Android.Runtime.Register("VCN_ERROR_CODE_CONFIG_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 VcnErrorCodeConfigError : Android.Net.Vcn.VcnErrorCode

フィールド値

Value = 1
属性

注釈

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

たとえば、このエラー コードは認証エラーの後に返されます。

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

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

適用対象