Event Specific Errors. Event error masks set in eventinfo.error data and eventinfo.lastError data. These error codes are used to provide feedback on a specific events error status.

Namespace:  GrassValley.Mseries.ScheduleEditor
Assembly:  GrassValley.Mseries.ScheduleEditor (in GrassValley.Mseries.ScheduleEditor.dll) Version: 1.0.0.0

Syntax

C#
[FlagsAttribute]
public enum EventErrors
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration EventErrors
Visual C++
[FlagsAttribute]
public enum class EventErrors

Members

Member nameDescription
All
all event errors (used for enum boolean-logic only.)
None
no event errors (used for enum boolean-logic only.)
EVTSRV_MASK_MMOVIE_DOESNOT_EXIST
Primary movie cannot be found. Alternate movie will be taken.
EVTSRV_MASK_MMOVIE_DURATION
Primary movie's duration is not long enough to cover duration of event. The event will begin to play under the assumption that the clip will eventually be long enough to span the event.
EVTSRV_MASK_AMOVIE_DOESNOT_EXIST
Alternate movie cannot be found. If the alt event should be taken, it sill not be able to play, and black will then be shown.
EVTSRV_MASK_AMOVIE_DURATION
Alternate movie's duration is not long enough to cover duration of event. If the alt event is started, the event will begin to play under the assumption that the clip will eventually be long enough to span the event.
EVTSRV_MASK_INVALID_RESOURCE
Invalid Resource. Does the selected channel exist? Is it licensed and started?
EVTSRV_MASK_RESOURCE_CONFLICT
Resource conflict between events. Possible overlapping events.
EVTSRV_MASK_MOVIE_TIMECODE_NOT_FOUND
Timecode not found in main movie. Alt event will be taken.
EVTSRV_MASK_AMOVIE_TIMECODE_NOT_FOUND
Timecode not found in alternate movie. Should alt event be taken, it will not play, and black will then be shown.
EVTSRV_MASK_INCORRECT_MMOVIE_FORMAT
Main movie's format is not compatible with channel. Alt event will be taken.
EVTSRV_MASK_INCORRECT_AMOVIE_FORMAT
Alternate movie's format is not compatible with channel. Should alt event need to be taken, it will fail and black will be shown.
EVTSRV_MASK_INVALID_SECONDARY_EVENT
An invalid paramater was passed in for a secondary event.

See Also