interface SuiErrorInfo {
    index?: number;
    parsed?: SuiParsedError;
    text: string;
}

Properties

Properties

index?: number
text: string