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"]
- Страницы
- RuStoreError.gd.en
- RuStoreError.gd
- RuStoreFeatureAvailabilityResult.gd.en
- RuStoreFeatureAvailabilityResult.gd
- RuStoreGodotCore.en
- RuStoreGodotCore
- RuStoreGodotReview.en
- RuStoreGodotReview.gd.en
- RuStoreGodotReview.gd
- RuStoreGodotReview
- addons.en
- addons
- docs.en
- docs
- godot_example.en
- godot_example
- RuStoreError.gd.en
- RuStoreError.gd
- RuStoreFeatureAvailabilityResult.gd.en
- RuStoreFeatureAvailabilityResult.gd
- RuStoreGodotCore.en
- RuStoreGodotCore
- RuStoreGodotReview.en
- RuStoreGodotReview.gd.en
- RuStoreGodotReview.gd
- RuStoreGodotReview
- addons.en
- addons
- docs.en
- docs
- godot_example.en
- godot_example