MimiProcessingParameterError

public enum MimiProcessingParameterError : Error

Error that occurs within a MimiProcessingParameter.

  • A value application failed because the time to set it has exceeded the specified timeout.

    Declaration

    Swift

    case applyTimeoutExceeded
  • An operation was attempted while the parameter is currently suspended.

    Declaration

    Swift

    case currentlySuspended
  • The parameter data source is undefined.

    Declaration

    Swift

    case dataSourceUndefined