Type alias ErrorJobOutcome

ErrorJobOutcome: ((errorCode: string | ErrorJobWithVariables, errorMessage?: string) => Promise<JOB_ACTION_ACKNOWLEDGEMENT>)

Type declaration

    • (errorCode: string | ErrorJobWithVariables, errorMessage?: string): Promise<JOB_ACTION_ACKNOWLEDGEMENT>
    • Parameters

      Returns Promise<JOB_ACTION_ACKNOWLEDGEMENT>

Generated using TypeDoc