ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
TAuthenticate.Status Property
C#
public int Status;

An Integer Status, which can take the following values:

  • STATUS_MISSING_REGISTRATION = -5: The registration key does not contain a valid entry required for the called function
  • STATUS_NO_RECORDS = -4: No records found. Often occurs because the requested record does not exist
  • STATUS_DB_ERROR = -3: Serious database error occurred
  • STATUS_EXPIRED = -2: Supplied token has expired. Tokens expire after 60 minutes of no use
  • STATUS_ERROR = -1: Error has occurred (such as invalid input)
  • STATUS_UNKNOWN = 0: Indeterminable problem has occurred
  • STATUS_OK = 1: Success

Copyright (c) VETtrak 2022. All rights reserved.