透過集合功能整理內容
你可以依據偏好儲存及分類內容。
gpg::BaseStatus
#include <common_error_status.h>
結構體,包含我們的 API 可傳回的所有可能狀態碼。
摘要
正規狀態表示成功,如果失敗,則表示失敗。API 一律不會直接傳回這些值,而會改為透過數個更明確的狀態列舉類別執行。
公開類型
StatusCode
gpg::BaseStatus::StatusCode
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-07-27 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-27 (世界標準時間)。"],[],[],null,["# gpg::BaseStatus Struct Reference\n\ngpg::BaseStatus\n===============\n\n`#include \u003ccommon_error_status.h\u003e`\n\nA struct containing all possible status codes that can be returned by our APIs.\n\nSummary\n-------\n\nA positive status indicates success, a negative one failure. The API never directly returns these values, instead doing so via one of several more specific status enums classes.\n\n| ### Public types ||\n|-----------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| [StatusCode](#structgpg_1_1_base_status_1a8e40f3cb4a0fb1033610c6a256816488) | enum The type of the status values contained within [BaseStatus](/games/services/cpp/api/struct/gpg/base-status#structgpg_1_1_base_status). |\n\nPublic types\n------------\n\n### StatusCode\n\n```c++\n gpg::BaseStatus::StatusCode\n``` \nThe type of the status values contained within [BaseStatus](/games/services/cpp/api/struct/gpg/base-status#structgpg_1_1_base_status)."]]