Table of Contents

Enum SmsStatusCode

Namespace
Vonage.Messaging
Assembly
Vonage.dll

Represents the status codes returned by the Vonage SMS API when sending a message.

public enum SmsStatusCode

Fields

AccountNotEnabledForHttp = 11

Your account is not enabled for HTTP API access.

InternalError = 5

An internal error occurred. Retry the request.

InvalidCallbackUrl = 23

The callback URL is invalid or unreachable.

InvalidCredentials = 4

The API key or secret is invalid.

InvalidMessage = 6

The message content is invalid or cannot be sent.

InvalidNetworkCode = 22

The network code specified is invalid.

InvalidParameters = 3

One or more parameters have invalid values.

InvalidSenderAddress = 15

The sender address (from field) is invalid.

InvalidSignature = 14

The request signature is invalid.

MessageTooLong = 12

The message body exceeds the maximum allowed length.

MissingParameters = 2

Required parameters are missing from the request.

NonWhiteListedDestination = 29

The destination number is not on the whitelist for this account.

NumberBarred = 7

The destination number has been barred from receiving messages.

NumberDeactivated = 33

The destination number has been deactivated.

PartnerAccountBarred = 8

Your account has been suspended.

PartnerQuotaViolation = 9

You have exceeded your account quota.

SignatureAndApiSeretDisallowed = 32

Using both signature and API secret authentication is not allowed.

Success = 0

The message was successfully accepted for delivery.

Throttled = 1

The request was rate-limited. Retry after a short delay.

TooManyExistingBinds = 10

Too many simultaneous connections to the API.