WarningInfo Class
WarningInfo class
Warning info
type WarningInfo struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Get warning type. |
GetDescription | Get description of warning info. |
GetErrorObject | The error object. |
GetCorrectedObject | Gets and sets the corrected object. |
SetCorrectedObject | Gets and sets the corrected object. |