Comparing version 1.7.0 to 1.8.0
@@ -29,1 +29,8 @@ /** | ||
inherits(exports.EbayRequestError, Error); | ||
exports.EbayAuthenticationError = function EbayAuthenticationError(message) { | ||
Error.captureStackTrace(this, this.constructor); | ||
this.name = this.constructor.name; | ||
this.message = message; | ||
}; | ||
inherits(exports.EbayAuthenticationError, Error); |
{ | ||
"name": "ebay-api", | ||
"description": "eBay API Client", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"homepage": "https://github.com/benbuckman/nodejs-ebay-api", | ||
@@ -6,0 +6,0 @@ "author": "Ben Buckman", |
@@ -153,2 +153,4 @@ eBay API client for Node.js | ||
An `EbayAuthenticationError` is also defined, but not yet hooked up to anything. | ||
See http://developer.ebay.com/DevZone/Shopping/docs/CallRef/types/ErrorClassificationCodeType.html | ||
@@ -155,0 +157,0 @@ and http://developer.ebay.com/devzone/xml/docs/Reference/ebay/Errors/ErrorMessages.htm. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96942
1614
180