MobileTrackEventIdsObjectInvalidState Field

Invoked when the object we are trying to work with is in an invalid state.
Note: this is not invoked if the issue is nicely caught by a validator if a user is submitting a form, but only when we are trying to invoke logic on the object.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public const int ObjectInvalidState = 1054

Field Value

Int32

Remarks

If invoked, we need to fix why the object was allowed to be stored in an invalid state or be submitted and passing validation/

See Also