WarningInfo
WarningInfo class
Warning info
class WarningInfo;
Properties
Property | Type | Description |
---|---|---|
type | ExceptionType | Readonly. Get warning type. |
description | string | Readonly. Get description of warning info. |
errorObject | VObject | Readonly. The error object. |
correctedObject | VObject | Gets 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;