Name | Type | Description | Notes |
---|---|---|---|
category | string | The context or source of this error or warning. | [optional] |
domain | string | The name of the domain containing the service or application. For example, sell is a domain. | [optional] |
errorId | int | A positive integer that uniquely identifies the specific error condition that occurred. Your application can use these values as error code identifiers in your customized error-handling algorithms. | [optional] |
inputRefIds | string[] | A list of one or more specific request elements (if any) associated with the error or warning. The format of these strings depends on the request payload format. For JSON, use JSONPath notation. | [optional] |
longMessage | string | An expanded version of the message field. Maximum length: 200 characters | [optional] |
message | string | A message about the error or warning which is device agnostic and readable by end users and application developers. It explains what the error or warning is, and how to fix it (in a general sense). If applicable, the value is localized to the end user's requested locale. Maximum length: 50 characters | [optional] |
outputRefIds | string[] | A list of one or more specific response elements (if any) associated with the error or warning. The format of these strings depends on the request payload format. For JSON, use JSONPath notation. | [optional] |
parameters | \macropage\SDKs\ebay\rest\fulfillment\Model\ErrorParameter[] | Contains a list of name/value pairs that provide additional information concerning this error or warning. Each item in the list is an input parameter that contributed to the error or warning condition. | [optional] |
subdomain | string | The name of the domain's subsystem or subdivision. For example, fulfillment is a subdomain in the sell domain. | [optional] |