DeeptoneSDKError

public enum DeeptoneSDKError : Error, CaseIterable

DeeptoneSDKError

Describe possible known errors for the SDK

  • An invalid audio file was provided. Validate that your audio file is working and the path provided is correct.

    Declaration

    Swift

    case invalidAudioFile
  • Unexpected error

    Declaration

    Swift

    case UnexpectedError
  • Provided Model file is invalid. Please validate that file path is correct.

    Declaration

    Swift

    case invalidModelFile
  • SDK functionality is expired. Please contact OTO Systems for more details.

    Declaration

    Swift

    case expiredSDK
  • License key is invalid

    Declaration

    Swift

    case invalidLicenseKey
  • License key is suspended

    Declaration

    Swift

    case sdkNotStarted
  • License is not valid (expired or usage quota was reached)

    Declaration

    Swift

    case invalidLicense