Skip to content

Type Alias: ErrorDetail

ts
type ErrorDetail = {
  error: AiEnhancerError;
};

Defined in: packages/ai-enhancer/src/widgets/ai-editor/ui/UcAiEnhancer.ts:60

Detail of the uc:error event: the normalized AiEnhancerError.

Properties

error

ts
error: AiEnhancerError;

Defined in: packages/ai-enhancer/src/widgets/ai-editor/ui/UcAiEnhancer.ts:61