Sign up (with export icon)

AICoreError

Api-class iconclass

AI-specific error class. Intentionally does not extend CKEditorError:

  • data is not stringified into the message.
  • Watchdog does not catch and restart the editor for AI failures.
  • Uses the native cause chain to preserve the original error.

Properties

  • code : string
    readonly

  • context : Record<string, unknown> | undefined
    readonly

  • isAbort : boolean
    readonly

Methods