Skip to main content

@ikomia/ikclient/exceptions

Description

Exceptions raised by the client library.

Index

Classes

ClassDescription

IkClientException

MultipleTaskFoundException

Exception raised when more than one task with the same name is found in a workflow.

NoFinalTaskFoundException

Exception raised when no final (leaf) task is found in a workflow.

NoResultsException

Exception raised when we gave up fetching results for a deployment.

OutputsNotDefinedException

Exception raised when outputs is not defined on a context.

RunFailedException

Exception raised when an error occurs during the deployment run.

TaskNotFoundException

Exception raised when no task with the given id or name is found in a workflow.

TaskParameterNotFoundException

Exception raised when a task parameter is not found.