Aller au contenu

lib/renderer/errors

Ce contenu n’est pas encore disponible dans votre langue.

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.

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

string

string

StudioCMSRendererError

StudioCMSCoreError.constructor

optional cause: unknown;

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es2022.error.d.ts:26

StudioCMSCoreError.cause

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.

StudioCMSCoreError.hint

message: string;

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1077

StudioCMSCoreError.message

name: string = 'StudioCMS Renderer Error';

Defined in: studiocms/packages/studiocms/src/lib/renderer/errors.ts:4

StudioCMSCoreError.name

optional stack: string;

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1078

StudioCMSCoreError.stack

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

StudioCMSCoreError.type

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

Error

CallSite[]

any

https://v8.dev/docs/stack-trace-api#customizing-stack-traces^

StudioCMSCoreError.prepareStackTrace

static stackTraceLimit: number;

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:145

StudioCMSCoreError.stackTraceLimit

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

object

Function

void

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

unknown

err is AstroUserError

StudioCMSCoreError.is

function prefixError(err: any, prefix: string): any

Defined in: studiocms/packages/studiocms/src/lib/renderer/errors.ts:8

any

string

any