public enum StatusCodes : int { InsufficientAccess = -6, MissingRegistration = -5, NoRecords = -4, DatabaseError = -3, Expired = -2, Error = -1, Unknown = 0, Ok = 1 }
| 
Members  | 
Description  | 
| 
InsufficientAccess = -6  | 
The user does not have sufficient access to call the function  | 
| 
MissingRegistration = -5  | 
The registration key does not contain a valid entry required for the called function  | 
| 
NoRecords = -4  | 
No records found  | 
| 
DatabaseError = -3  | 
Serious database error occurred  | 
| 
Expired = -2  | 
Supplied token has expired  | 
| 
Error = -1  | 
Error has occurred (such as invalid input)  | 
| 
Unknown = 0  | 
Indeterminable problem has occurred  | 
| 
Ok = 1  | 
Success  | 
Constants for TAuthenticate.Status
| 
Copyright (c) VETtrak 2022. All rights reserved. |