Skip to main content

Class: TaskParameterNotFoundException

Exception raised when a task parameter is not found.

Extends

Constructors

new TaskParameterNotFoundException()

new TaskParameterNotFoundException(
taskId: number,
taskName: string,
parameterNames: string[],
parameterName: string): TaskParameterNotFoundException

Parameters

ParameterType

taskId

number

taskName

string

parameterNames

string[]

parameterName

string

Returns

TaskParameterNotFoundException

Overrides

IkClientException.constructor

Properties

parameterName

parameterName: string;

parameterNames

parameterNames: string[];

taskId

taskId: number;

taskName

taskName: string;