API/Autodoc/Files/RuStoreError.gd.md
Source code
# @brief Информация об ошибке.
class_name RuStoreError extends RefCounted
# Содержит имя simpleName класса ошибки.
var name: String = ""
# @brief Сообщение ошибки.
var description: String = ""
func _init(json: String = ""):
if json != "":
var obj = JSON.parse_string(json)
if obj.has("simpleName"):
name = obj["simpleName"]
if obj.has("detailMessage"):
description = obj["detailMessage"]
- Страницы
- ERuStoreAppUpdateType.gd.en
- ERuStoreAppUpdateType.gd
- ERuStoreInstallErrorCode.gd.en
- ERuStoreInstallErrorCode.gd
- ERuStoreInstallStatus.gd.en
- ERuStoreInstallStatus.gd
- ERuStoreUpdateAvailability.gd.en
- ERuStoreUpdateAvailability.gd
- ERuStoreUpdateFlowResult.gd.en
- ERuStoreUpdateFlowResult.gd
- RuStoreAppUpdateInfo.gd.en
- RuStoreAppUpdateInfo.gd
- RuStoreError.gd.en
- RuStoreError.gd
- RuStoreFeatureAvailabilityResult.gd.en
- RuStoreFeatureAvailabilityResult.gd
- RuStoreGodotAppUpdate.en
- RuStoreGodotAppUpdate.gd.en
- RuStoreGodotAppUpdate.gd
- RuStoreGodotAppUpdate
- RuStoreGodotCore.en
- RuStoreGodotCore
- RuStoreInstallState.gd.en
- RuStoreInstallState.gd
- addons.en
- addons
- docs.en
- docs
- godot_example.en
- godot_example
- ERuStoreAppUpdateType.gd.en
- ERuStoreAppUpdateType.gd
- ERuStoreInstallErrorCode.gd.en
- ERuStoreInstallErrorCode.gd
- ERuStoreInstallStatus.gd.en
- ERuStoreInstallStatus.gd
- ERuStoreUpdateAvailability.gd.en
- ERuStoreUpdateAvailability.gd
- ERuStoreUpdateFlowResult.gd.en
- ERuStoreUpdateFlowResult.gd
- RuStoreAppUpdateInfo.gd.en
- RuStoreAppUpdateInfo.gd
- RuStoreError.gd.en
- RuStoreError.gd
- RuStoreFeatureAvailabilityResult.gd.en
- RuStoreFeatureAvailabilityResult.gd
- RuStoreGodotAppUpdate.en
- RuStoreGodotAppUpdate.gd.en
- RuStoreGodotAppUpdate.gd
- RuStoreGodotAppUpdate
- RuStoreGodotCore.en
- RuStoreGodotCore
- RuStoreInstallState.gd.en
- RuStoreInstallState.gd
- addons.en
- addons
- docs.en
- docs
- godot_example.en
- godot_example