Skip to content

Commit

Permalink
fix: unhandled error code in facebook_custom_audience (#2853)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpj2292 authored Nov 28, 2023
1 parent 9eda50e commit 8c02b8c
Show file tree
Hide file tree
Showing 3 changed files with 1,008 additions and 1,024 deletions.
3 changes: 3 additions & 0 deletions src/v0/util/facebookUtils/networkHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ const errorDetailsMap = {
.setMessage('There have been too many calls to this ad-account.')
.build(),
},
200: {
default: new ErrorDetailsExtractorBuilder().setStatus(403).setMessageField('message').build(),
},
};

const getErrorDetailsFromErrorMap = (error) => {
Expand Down
Loading

0 comments on commit 8c02b8c

Please sign in to comment.