Skip to main content

@wildix/wim-tools-client > ToolExecutionException

ToolExecutionException class

Signature:

export declare class ToolExecutionException extends __BaseException 

Extends: __BaseException

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ToolExecutionException class.

Properties

Property

Modifiers

Type

Description

$fault

readonly

"client"

details?

__DocumentType | undefined

(Optional) Details about the execution error, typically related to invalid configuration or input

name

readonly

"ToolExecutionException"