Type Alias FailOpts

FailOpts: { errorOrMessage: string | Error }

Fail options.

Type declaration

  • errorOrMessage: string | Error

    The error object or message to be thrown.