Interface IInlineCompletionErrorAlpha

A representation of an error that occurred in completion generation.

interface IInlineCompletionError {
    message?: string;
}

Properties

Properties

message?: string

The optional message which may be shown in the user interface.