SASKitErrorCode

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 allowlist or is denylisted from the SASServer.
  • deviceDenylisted: This device has been added to the denylist on the SASServer
  • deviceNotInAllowlist: The SASServer is gated by an allowlist. This device is not on the allowlist.
  • undefinedError: There was an undefined error.
  • Since

    since 8.22
    • generalFailure: An uncategorized error occurred.
    • Since

      since 8.22
    • invalidCredentials: the user provided invalid credentials for a request.
    • Since

      since 8.22
    • serverNotResponding: the server is not responding to requests.
    • Since

      since 8.22
    • reportNotFound: the report was not found on the server.
    • Since

      since 8.22
    • reportDownloadFailed: an error occured while downloading a report.
    • Since

      since 8.22
    • serverVersionNotSupported: The SASServer is a version not supported by this version of SASKit.
    • Since

      since 8.3
    • resourceNotFound: The requested resource was not found on the server.
    • Since

      since 8.3
    • duplicateConnection: The requested conneection already exists.
    • Since

      since 8.50.3
    • nothingToUpdate: The user asked for a report update, and the current version is up to date.
    • Since

      since 27.0.1
    • deviceDenylisted: This device has been added to the denylist on the SASServer.
    • Since

      since 27.0.1
    • deviceNotInAllowlist: The SASServer is gated by an allowlist. This device is not on the allowlist.
    • Since

      since 27.0.1
    • certificateError: Certificate missing for secure server.
    • Since

      since 2021.1.3