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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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