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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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