ErrorResult: {
    html?: string;
    message: string;
    type: "Error";
}

Type declaration

  • Optional html?: string
  • message: string
  • type: "Error"