OTVWatermarkError

@objc
public enum OTVWatermarkError : Int

Enumeration of the types of errors that may be reported by OTVWatermarkDelegate

  • No issue.

    Declaration

    Swift

    case noError
  • Token is not valid.

    Declaration

    Swift

    case invalidToken
  • URL or Tenant is not valid.

    Declaration

    Swift

    case invalidURL
  • Server request failed.

    Declaration

    Swift

    case cannotContactServer
  • Invalid server answer.

    Declaration

    Swift

    case invalidServerAnswer
  • Invalid secret.

    Declaration

    Swift

    case invalidSecret