UNPKG

harvest

Version:
33 lines 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ResponseCodes = [ { code: 200, description: 'Your request was successful.' }, { code: 201, description: 'A new object has been created. It’s representation will be returned in the response body.' }, { code: 403, description: 'The object you requested was found but you don’t have authorization to perform your request.' }, { code: 404, description: 'The object you requested can’t be found.' }, { code: 422, description: 'There were errors processing your request. Check the response body for additional information.' }, { code: 429, description: 'Your request has been throttled. Refer to the Rate Limiting section for details.' }, { code: 500, description: 'There was a server error. Contact support@getharvest.com for help.' } ]; //# sourceMappingURL=apiResponses.js.map