-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch nil-deref when creating catalog entries (#157)
A customer reported an error dereferencing `result.JSON201.CatalogEntry` All responses to this customer that morning were 201s, and `ParseCatalogV2CreateEntryResponse` appears solid It's near impossible to debug this without identifying the exact request, so we're adding nil-handling and will look again if it reappears
- Loading branch information
1 parent
489639b
commit c73394b
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters