Number is not in a registered state to route message
Message State
The message state value represents the current state of a message. The values may include any of the following.
State Name
State Description
ENROUTE
Message is in an enroute state
DELIVRD
Message is delivered to destination
EXPIRED
Message validity period has expired
DELETED
Message has been deleted
ACCEPTD
Message is in accepted state
UNDELIV
Message is undeliverable
UNKNOWN
Message is in invalid state
REJECTD
Message is in a rejected state
Numbers Lookup
Upon a successful request, i.e. HTTP Status Code 200 or 202, the following “one plus six digit” API specific status codes will be presented within the response schema. (example: E000000)
<?xml version="1.0" encoding="UTF-8"?>
<aerialink>
<errorCode>EXXXXXX</errorCode>
<detail>Description of the error.</detail>
</aerialink>
Error Codes
Error Code
Error Department
Error Name
Error Description
E200001
Parameter Validation
Forbidden
Required parameters were not provided in the request
E300001
Data Format
Bad Request
Numbers parameter value format is invalid
E300002
Data Format
Bad Request
Cache parameter value format is invalid
E300003
Data Format
Bad Request
CallbackURL is not a valid HTTP url
E400001
Content
Bad Request
The value of one or more parameters exceeds the maximum allowed content length or type
Send and Receive SMS
Upon a successful request, i.e. HTTP Status Code 200 or 202, the following “one plus six digit” API specific status codes will be presented within the response schema. (example: E000000)
Comments
0 comments
Please sign in to leave a comment.