Skip to content

Commit

Permalink
chore(telco errors): update with latest known descriptions (#1635)
Browse files Browse the repository at this point in the history
* chore(telco errors): update with latest known descriptions
  • Loading branch information
ajohn25 authored Jul 13, 2023
1 parent 36a79c9 commit e3b9e78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/telco-error-codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ export const errorCodeDescriptions: Record<string, string> = {
"4720": "Unreachable phone number",
"4730": "Unreachable phone number (recipient maybe roaming)",
"4740": "Unreachable sending phone number", // this one shouldn't happen, but has happened
"4750": "Carrier rejected (maybe spam)",
"4770": "Blocked as spam",
"4750": "Unknown AT&T Error (block can be contested)",
"4770": "Blocked as spam (block can be contested)",
"4780": "Carrier rejected (sending rates exceeded)",
"4781": "Unknown AT&T Error (block can be contested)",
"5106": "Unroutable (can be retried)",
"5620": "Carrier outage",
"9902": "Delivery receipt expired",
Expand Down

0 comments on commit e3b9e78

Please sign in to comment.