Package

ai.deepsense.models.json.workflow

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class WorkflowVersionException extends DeepSenseException

    Permalink
  2. case class WorkflowVersionFormatException(stringVersion: String) extends WorkflowVersionException with Product with Serializable

    Permalink
  3. case class WorkflowVersionNotFoundException(supportedApiVersion: Version) extends WorkflowVersionException with Product with Serializable

    Permalink
  4. case class WorkflowVersionNotSupportedException(workflowApiVersion: Version, supportedApiVersion: Version) extends WorkflowVersionException with Product with Serializable

    Permalink

Ungrouped