Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: not included in amazon's docs but is possible error
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 15, 2020
1 parent 9e095f9 commit 2b185d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export class InvalidUPCIdentifier extends HttpError {}
// Reports errors
export class AccessToReportDenied extends HttpError {}
export class InvalidReportId extends HttpError {}
export class InvalidReportRequestId extends HttpError {}
export class InvalidReportType extends HttpError {}
export class InvalidScheduleFrequency extends HttpError {}
export class ReportNoLongerAvailable extends HttpError {}
Expand Down
2 changes: 2 additions & 0 deletions src/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import {
InvalidOrderState,
InvalidParameterValue,
InvalidReportId,
InvalidReportRequestId,
InvalidReportType,
InvalidRequest,
InvalidScheduleFrequency,
Expand Down Expand Up @@ -334,6 +335,7 @@ export class HttpClient {
RetriableInternalError,
AccessToReportDenied,
InvalidReportId,
InvalidReportRequestId,
InvalidReportType,
InvalidScheduleFrequency,
ReportNoLongerAvailable,
Expand Down

0 comments on commit 2b185d3

Please sign in to comment.