Finding_BaseServiceResponse Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Finding_BaseServiceResponse.h Finding_BaseServiceResponse.m |
Overview
Base response container for all service operations. Contains error
information associated with the request.
@ingroup FindingServicePortType
Tasks
-
ackIndicates whether or not errors or warnings were generated during the
property
processing of the request. -
errorMessageDescription of an error or warning that occurred when eBay processed the
property
request. Not returned if the ack value is Success. -
versionThe release version that eBay used to process the request. Developer
property
Technical Support may ask you for the version value if you work with them
to troubleshoot issues.
Note:
The version in use is normally the latest release version, as specified
in the release notes. Note that eBay releases the API to international
sites about a week after the API version is released to the US site.
-
timestampThis value represents the date and time when eBay processed the request.
property
This value is returned in GMT, the ISO 8601 date and time format (YYYY-
MM- DDTHH:MM:SS.SSSZ). See the “dateTime” type for information about the
time format, and for details on converting to and from the GMT time zone.
Properties
ack
Indicates whether or not errors or warnings were generated during the
processing of the request.
@property (nonatomic, retain) NSString *ackDiscussion
Indicates whether or not errors or warnings were generated during the
processing of the request.
type: string constant in Finding_AckValue.h
Declared In
Finding_BaseServiceResponse.herrorMessage
Description of an error or warning that occurred when eBay processed the
request. Not returned if the ack value is Success.
@property (nonatomic, retain) Finding_ErrorMessage *errorMessageDiscussion
Description of an error or warning that occurred when eBay processed the
request. Not returned if the ack value is Success.
type : class Finding_ErrorMessage
Declared In
Finding_BaseServiceResponse.htimestamp
This value represents the date and time when eBay processed the request.
This value is returned in GMT, the ISO 8601 date and time format (YYYY-
MM- DDTHH:MM:SS.SSSZ). See the “dateTime” type for information about the
time format, and for details on converting to and from the GMT time zone.
@property (nonatomic, retain) NSDate *timestampDiscussion
This value represents the date and time when eBay processed the request.
This value is returned in GMT, the ISO 8601 date and time format (YYYY-
MM- DDTHH:MM:SS.SSSZ). See the “dateTime” type for information about the
time format, and for details on converting to and from the GMT time zone.
type : NSDate, wrapper for primitive date
Declared In
Finding_BaseServiceResponse.hversion
The release version that eBay used to process the request. Developer
Technical Support may ask you for the version value if you work with them
to troubleshoot issues.
Note:
The version in use is normally the latest release version, as specified
in the release notes. Note that eBay releases the API to international
sites about a week after the API version is released to the US site.
@property (nonatomic, retain) NSString *versionDiscussion
The release version that eBay used to process the request. Developer
Technical Support may ask you for the version value if you work with them
to troubleshoot issues.
Note:
The version in use is normally the latest release version, as specified
in the release notes. Note that eBay releases the API to international
sites about a week after the API version is released to the US site.
type : NSString, wrapper for primitive string
Declared In
Finding_BaseServiceResponse.h