lib/renderer/errors
Ce contenu n’est pas encore disponible dans votre langue.
StudioCMSRendererError
'Read the “', StudioCMSRendererError, '” section'Defined in: studiocms/packages/studiocms/src/lib/renderer/errors.ts:3
Represents an error specific to the core functionality of StudioCMS.
This class extends the StudioCMSError
class and overrides the name
property
to provide a more specific error name.
Constructors
'Read the “', Constructors, '” section'Constructor
'Read the “', Constructor, '” section'new StudioCMSRendererError(message: string, hint?: string): StudioCMSRendererError
Defined in: node_modules/.pnpm/[email protected]_@[email protected]_jiti@[email protected]_typescript@[email protected]/node_modules/astro/dist/core/errors/errors.d.ts:101
Parameters
'Read the “', Parameters, '” section'string
string
Inherited from
'Read the “', Inherited from, '” section'StudioCMSCoreError
.constructor
Properties
'Read the “', Properties, '” section'optional cause: unknown;
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
'Read the “', Inherited from, '” section'hint: undefined | string;
Defined in: node_modules/.pnpm/[email protected]_@[email protected]_jiti@[email protected]_typescript@[email protected]/node_modules/astro/dist/core/errors/errors.d.ts:99
A message that explains to the user how they can fix the error.
Inherited from
'Read the “', Inherited from, '” section'message: string;
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
'Read the “', Inherited from, '” section'name: string = 'StudioCMS Renderer Error';
Defined in: studiocms/packages/studiocms/src/lib/renderer/errors.ts:4
Overrides
'Read the “', Overrides, '” section'optional stack: string;
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
'Read the “', Inherited from, '” section'type: ErrorTypes;
Defined in: node_modules/.pnpm/[email protected]_@[email protected]_jiti@[email protected]_typescript@[email protected]/node_modules/astro/dist/core/errors/errors.d.ts:95
Inherited from
'Read the “', Inherited from, '” section'prepareStackTrace()?
'Read the “', prepareStackTrace()?, '” section'static optional prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any;
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:143
Optional override for formatting stack traces
Parameters
'Read the “', Parameters, '” section'Error
stackTraces
'Read the “', stackTraces, '” section'CallSite
[]
any
https://v8.dev/docs/stack-trace-api#customizing-stack-traces^
Inherited from
'Read the “', Inherited from, '” section'StudioCMSCoreError
.prepareStackTrace
stackTraceLimit
'Read the “', stackTraceLimit, '” section'static stackTraceLimit: number;
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:145
Inherited from
'Read the “', Inherited from, '” section'StudioCMSCoreError
.stackTraceLimit
captureStackTrace()
'Read the “', captureStackTrace(), '” section'static captureStackTrace(targetObject: object, constructorOpt?: Function): void
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:136
Create .stack property on a target object
Parameters
'Read the “', Parameters, '” section'targetObject
'Read the “', targetObject, '” section'object
constructorOpt?
'Read the “', constructorOpt?, '” section'Function
void
Inherited from
'Read the “', Inherited from, '” section'StudioCMSCoreError
.captureStackTrace
static is(err: unknown): err is AstroUserError
Defined in: node_modules/.pnpm/[email protected]_@[email protected]_jiti@[email protected]_typescript@[email protected]/node_modules/astro/dist/core/errors/errors.d.ts:102
Parameters
'Read the “', Parameters, '” section'unknown
err is AstroUserError
Inherited from
'Read the “', Inherited from, '” section'Functions
'Read the “', Functions, '” section'prefixError()
'Read the “', prefixError(), '” section'function prefixError(err: any, prefix: string): any
Defined in: studiocms/packages/studiocms/src/lib/renderer/errors.ts:8
Parameters
'Read the “', Parameters, '” section'any
string
any