WarningInfo

WarningInfo class

Warning info

class WarningInfo;

Properties

PropertyTypeDescription
typeExceptionTypeReadonly. Get warning type.
descriptionstringReadonly. Get description of warning info.
errorObjectVObjectReadonly. The error object.
correctedObjectVObjectGets and sets the corrected object.

type

Readonly. Get warning type.

type : ExceptionType;

description

Readonly. Get description of warning info.

description : string;

errorObject

Readonly. The error object.

errorObject : VObject;

correctedObject

Gets and sets the corrected object.

correctedObject : VObject;