interface ExecutedFailure {
    reason: string;
    type: ErrorTypes;
}

Properties

Properties

reason: string