Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions site/docs/numbers/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,14 @@ image: '@site/static/img/bw-icon.svg'
| 7524 | Retry Validation can only be performed on orders that are in an invalid telephone numbers state. |
| 7525 | Retry Validation can only be performed if the prior attempt to validate telephone numbers resulted in a communication failure with our vendor. |
| 7526 | Retry Validation is only valid for orders that have a non-empty list of TNs. |
| 7527 | Target RespOrg IDs must be 5 characters in length. |
| 7528 | Target RespOrg IDs must consist of letters (a-z, A-Z) and digits (0-9). |
| 7529 | The specified Target RespOrg ID is not a Bandwidth RespOrg ID, and your account is not configured for RespOrg Exception. |
| 7530 | The specified Target RespOrg ID is neither a Bandwidth RespOrg ID, nor one of the RespOrg Exception RespOrg IDs configured for your account. |
| 7531 | The specified Target RespOrg ID is not a valid Bandwidth RespOrg ID. |
| 7532 | The TargetRespOrgId is mandatory for toll free port-ins. |
| 7533 | A toll free port-in cannot be submitted without a TargetRespOrgId. |
| 7534 | The TargetRespOrgId cannot be changed for a port-in that has reached the Submitted state. |
| 7598 | Invalid Request |
| 7599 | Fatal Error in Processing |
| 7600 | External telephone number(s) cannot be used: %s |
Expand Down
Loading