Error occurred in the composition.

interface IError {
    description?: string;
    messages: string[];
    name: string;
    parameters: object;
}

Properties

description?: string

Description of the failed function.

messages: string[]

Error messages.

The reason why the function is failed to be convert.

name: string

Name of the failed function.

parameters: object

Parameters of the function.