言語

KeyStoreException.ErrorOther フィールド

定義

注意事項

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

このエラー コードは、呼び出し元が認識しないエラーをマッピングするためのコードです。

[Android.Runtime.Register("ERROR_OTHER", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.", true)]
public const Android.Security.KeyStoreExceptionError ErrorOther = 1;
[<Android.Runtime.Register("ERROR_OTHER", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.", true)>]
val mutable ErrorOther : Android.Security.KeyStoreExceptionError

フィールド値

Value = 1
属性

注釈

このエラー コードは、呼び出し元が認識しないエラーをマッピングするためのコードです。 呼び出し元がエラーが発生した API レベルよりも前の API レベルを対象としている場合、エラーはこのレベルにマップされます。 API レベル 33 では、エラーはこのエラーにマップされません。

android.security.KeyStoreException.ERROR_OTHERの Java ドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象