ErrorResponse
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"responseHeader": {
object (ResponseHeader )
},
"errorResponseCode": enum (ErrorResponseCode ),
"errorDescription": string,
"paymentIntegratorErrorIdentifier": string
} |
字段 |
errorResponseCode |
enum (ErrorResponseCode )
可选:用于捕获发生的错误类型的代码。
|
errorDescription |
string
可选:提供此状态的说明,以便支持代表调试错误。请注意,此信息绝不会向用户显示。它可以包含用于调试的描述性的非敏感文本。请注意,errorResponseCode 的某些值应在此字段中提供其他详细信息。例如,INVALID_IDENTIFIER 应附带此字段中的内容,指明哪种类型的标识符无效。警告:请勿在此消息中包含任何令牌,除非这些令牌被定义为公开。
|
paymentIntegratorErrorIdentifier |
string
可选:此标识符专用于集成商,由集成商生成。它仅用于调试目的,以便识别此调用。这是集成商知道此调用的标识符。
|
保留所有权利。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],["The error response object, applicable to all methods, includes a `responseHeader` (required) for common response information. It features optional fields like `errorResponseCode` to classify the error, `errorDescription` for debugging details (not user-facing), and `paymentIntegratorErrorIdentifier` for integrator-specific call identification. `ErrorDescription` must provide specifics for certain `errorResponseCode` values, such as identifier types for `INVALID_IDENTIFIER`, avoiding the use of sensitive information.\n"]]