Language

HttpURLConnection.HttpServerError フィールド

定義

注意事項

This constant will be removed in the future version. Use Java.Net.HttpStatus enum directly instead of this field.

HTTP Status-Code 500: 内部サーバー エラー。

[Android.Runtime.Register("HTTP_SERVER_ERROR")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Net.HttpStatus enum directly instead of this field.", true)]
public const Java.Net.HttpStatus HttpServerError = 500;
[<Android.Runtime.Register("HTTP_SERVER_ERROR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Net.HttpStatus enum directly instead of this field.", true)>]
val mutable HttpServerError : Java.Net.HttpStatus

フィールド値

Value = 500
属性

注釈

HTTP Status-Code 500: 内部サーバー エラー。

このメンバーは非推奨です。 これは正しく配置されておらず、存在してはいけません。

Javaドキュメント。

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

適用対象