internal enum StatusCodes : int { Success = 1, Error = 0, NoMobileNumber = -1, ClientCodeNotFound = -2, ClientDeclinesMarketing = -3 }
| 
Members  | 
Description  | 
| 
Success = 1  | 
SMS sent successfully   | 
| 
Error = 0  | 
SMS could not be sent due to other errors   | 
| 
NoMobileNumber = -1  | 
SMS could not be sent due to mobile number being missing   | 
| 
ClientCodeNotFound = -2  | 
SMS could not be sent due to client code not existing in VETtrak database   | 
| 
ClientDeclinesMarketing = -3  | 
SMS could not be sent due to this being a marketing message and the client declines to receive marketing messages   | 
| 
Copyright (c) VETtrak 2022. All rights reserved. |