Skip to main content

InternalErrorInterface

@codebolt/types


Interface: InternalErrorInterface

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:207

Extends

  • Error

Properties

PropertyTypeInherited fromDefined in
codestring-common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:208
context?Record<string, any>-common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:211
messagestringError.messagenode_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077
modulestring-common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:209
namestringError.namenode_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1076
severity"low" | "high" | "medium" | "critical"-common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:210
stack?stringError.stacknode_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078
stackTrace?string-common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:213
timestampnumber-common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:212