Enumerations

The following enumerations are available globally.

  • Error Enumeration for SASKit

  • generalFailure: An uncategorized error occurred.
  • invalidCredentials: The user provided invalid credentials for a request.
  • serverNotResponding: The server is not responding to requests.
  • reportNotFound: The report was not found on the server.
  • reportDownloadFailed: An error occured while downloading a report.
  • deviceNotAuthorized: This device is not authorized on either the whitelist or is blacklisted from the SASServer.
  • deviceBlacklisted: This device has been added to the blacklist on the SASServer
  • deviceNotInWhitelist: The SASServer is gated by a whitelist, and this device is not on the whitelist.
  • undefinedError: There was an undefined error.
  • Since

    since 8.22
    See more

    Declaration

    Swift

    @objc public enum SASKitErrorCode : Int, Error