Enum SmsStatusCode
Represents the status codes returned by the Vonage SMS API when sending a message.
public enum SmsStatusCode
Fields
AccountNotEnabledForHttp = 11Your account is not enabled for HTTP API access.
InternalError = 5An internal error occurred. Retry the request.
InvalidCallbackUrl = 23The callback URL is invalid or unreachable.
InvalidCredentials = 4The API key or secret is invalid.
InvalidMessage = 6The message content is invalid or cannot be sent.
InvalidNetworkCode = 22The network code specified is invalid.
InvalidParameters = 3One or more parameters have invalid values.
InvalidSenderAddress = 15The sender address (from field) is invalid.
InvalidSignature = 14The request signature is invalid.
MessageTooLong = 12The message body exceeds the maximum allowed length.
MissingParameters = 2Required parameters are missing from the request.
NonWhiteListedDestination = 29The destination number is not on the whitelist for this account.
NumberBarred = 7The destination number has been barred from receiving messages.
NumberDeactivated = 33The destination number has been deactivated.
PartnerAccountBarred = 8Your account has been suspended.
PartnerQuotaViolation = 9You have exceeded your account quota.
SignatureAndApiSeretDisallowed = 32Using both signature and API secret authentication is not allowed.
Success = 0The message was successfully accepted for delivery.
Throttled = 1The request was rate-limited. Retry after a short delay.
TooManyExistingBinds = 10Too many simultaneous connections to the API.