IChatConversationErrorContent
Home > @gooddata/sdk-ui-gen-ai > IChatConversationErrorContent
IChatConversationErrorContent type
Chat conversation error content
Signature:
export type IChatConversationErrorContent = {
type: "error";
message: string;
code?: number;
};