seamapi / Exports / SeamActionAttemptError
-
Error↳
SeamActionAttemptError
• new SeamActionAttemptError(type, message, action_type)
| Name | Type |
|---|---|
type |
string |
message |
string |
action_type |
string |
Error.constructor
• action_type: string
• message: string
Error.message
• name: string
Error.name
node_modules/typescript/lib/lib.es5.d.ts:1022
• Optional stack: string
Error.stack
node_modules/typescript/lib/lib.es5.d.ts:1024
• type: string
▪ Static Optional prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
▸ (err, stackTraces): any
Optional override for formatting stack traces
see https://v8.dev/docs/stack-trace-api#customizing-stack-traces
| Name | Type |
|---|---|
err |
Error |
stackTraces |
CallSite[] |
any
Error.prepareStackTrace
node_modules/@types/node/globals.d.ts:11
▪ Static stackTraceLimit: number
Error.stackTraceLimit
node_modules/@types/node/globals.d.ts:13
▸ toString(): string
string
▸ Static captureStackTrace(targetObject, constructorOpt?): void
Create .stack property on a target object
| Name | Type |
|---|---|
targetObject |
object |
constructorOpt? |
Function |
void
Error.captureStackTrace
node_modules/@types/node/globals.d.ts:4