RedisSMQ / Docs / API Reference / MessageMessageInProcessError
-
RedisSMQError
↳
MessageMessageInProcessError
• new MessageMessageInProcessError(message?
)
Name | Type |
---|---|
message? |
string |
RedisSMQError.constructor
• Optional
cause: unknown
RedisSMQError.cause
• message: string
RedisSMQError.message
• Optional
stack: string
RedisSMQError.stack
▪ Static
Optional
prepareStackTrace: (err
: Error
, stackTraces
: CallSite
[]) => any
▸ (err
, stackTraces
): any
Optional override for formatting stack traces
Name | Type |
---|---|
err |
Error |
stackTraces |
CallSite [] |
any
See
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
RedisSMQError.prepareStackTrace
▪ Static
stackTraceLimit: number
RedisSMQError.stackTraceLimit
• get
name(): string
string
RedisSMQError.name
▸ Static
captureStackTrace(targetObject
, constructorOpt?
): void
Create .stack property on a target object
Name | Type |
---|---|
targetObject |
object |
constructorOpt? |
Function |
void
RedisSMQError.captureStackTrace