Skip to content

Commit

Permalink
OTT-1418: use 6xx error code for openwrap NBR
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-nilesh-chate committed Nov 3, 2023
1 parent aa2cb85 commit 2e35c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/pubmatic/openwrap/models/nbr/codes.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const (
InvalidRequest int = 2

// 500+ Vendor-specific codes.
InvalidRequestWrapperExtension int = 500 + iota
// 5xx already in use by seat non bid. https://github.com/PubMatic-OpenWrap/prebid-openrtb/blob/main/openrtb3/non_bid_status_code.go#L53
InvalidRequestWrapperExtension int = 600 + iota
InvalidPublisherID
InvalidProfileID
InvalidProfileConfiguration
Expand Down

0 comments on commit 2e35c6d

Please sign in to comment.