使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
gpg::BaseStatus
#include <common_error_status.h>
一个结构体,其中包含我们的 API 可以返回的所有可能的状态代码。
摘要
正状态表示成功,负状态表示失败。该 API 绝不会直接返回这些值,而是通过多个更具体的状态枚举类之一返回这些值。
公共类型
StatusCode
gpg::BaseStatus::StatusCode
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):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)."]]