Enum ErrorType
Describes the message is an error or information.
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public enum ErrorType
Fields
| Name | Description |
|---|---|
| Error | Indicates the message is an error. |
| Info | Indicates the message is informational. |