2.2.2.1.1.1 FsrmEventType
The FsrmEventType enumeration defines the set of event types that can be logged as part of an FsrmActionType_EventLog action.
-
typedef enum _FsrmEventType { FsrmEventType_Unknown = 0, FsrmEventType_Information = 1, FsrmEventType_Warning = 2, FsrmEventType_Error = 3 } FsrmEventType;
FsrmEventType_Unknown: This enumeration value is not used by FSRM and MUST NOT be referenced. If the server receives this enumeration value, it MUST consider the value invalid and not apply any changes.
FsrmEventType_Information: The event is an information event.
FsrmEventType_Warning: The event is a warning event.
FsrmEventType_Error: The event is an error event.