Interface ErrorJobWithVariables

interface ErrorJobWithVariables {
    errorCode: string;
    errorMessage?: string;
    variables: JSONDoc;
}

Properties

errorCode: string
errorMessage?: string
variables: JSONDoc

Generated using TypeDoc