MobileTrackEventIds Class

When logging with the ILogger, use any of the ids below to denote your event

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public static class MobileTrackEventIds
Inheritance
Object    MobileTrackEventIds

Fields

ActionFlowAbandonedParametersInCorrect Invoked because a ActionFlowDefinitionDto execution was abandoned due to incorrect input parameters. (Orphaned references to deleted items for example)
ActionFlowAssigned Invoked when a user assigns an action flow to a company (or if a Mobiletrack support employee assigns a global one)
ActionFlowNodeCompleted Invoked when a NodeDto completes its logic execution
ActionFlowNodeFailed Invoked when a NodeDto failed to execute.
ActionFlowNodeStarted Invoked when a NodeDto starts to execute
ActionFlowSkippedNoTasks Invoked when we don't need to run a ActionFlowDefinitionDto because no assignment was made for it.
AppConfigKeyNotFound When an App config key not found
AppConfigUpdated When an App config is updated
AppConfigUpdateFailed When an App config update failed
AutomaticCleanup Invoked when old soft-deleted items are being permanently deleted
AzureRequestFailed Invoked when an Azure request fails.
AzureServiceCallException When we are trying to communicate to an Azure service endpoint (Service Bus, Communication Services, etc.) and it invoked a RequestFailedException
AzureStorageCompanyFolderDeleted Invoked when the Azure Storage Blob folder of a company has been deleted.
AzureStorageFileUploadedForCompany Invoked when a file has been uploaded to the Azure Storage Blob folder of a company.
CancelFourEyes When a IIsFourEyes has been canceled by a user.
CompanyLicenseActivated When a IIsLocked has been created by a user.
CompanyLicenseExpired When a IIsLocked has been created by a user.
ConnectorSetup Invoked because a connector has been initialized.
CosmosException When something goes wrong when accessing Cosmos DB
CreateAccount User creates Account
CreateActionFlow User creates Behavior diagram
CreateAlertRule User creates Alert rule
CreateAlertType User creates Alert type
CreateCompany User creates Company
CreateConnectorState User creates Connector state
CreateCustomPage User creates Custom Page
CreateDashboard User creates Dashboard
CreateDevice User creates Device
CreateDevicePayload User creates Device payload
CreateEnvironment User creates Environment
CreateIpAddressStatus Users creates IP Address entry on the white/blacklist.
CreateMapMarker User creates Map Marker
CreateMessage User creates Device
CreatePassword User creates (new) password
CreateRole User creates new custom role for the company.
CreateSettings User creates settings
CreateTemplate User creates Custom Template
DeleteAccount User deletes Account
DeleteActionFlow User deletes Behavior
DeleteAlertRule User deletes Alert rule
DeleteAlertType User deletes Alert type
DeleteCompany User deletes Company
DeleteConnectorState User deletes Connector state
DeleteDevice User deletes Device
DeleteDeviceMessage User deletes Device message
DeleteEnvironment User deletes Environment
DeleteIpAddressStatus Users creates IP Address entry on the white/blacklist.
DeleteMapMarker User deletes a map marker
DeleteMfa User deletes Mfa
DeletePassword User deletes password
DeleteRole User deletes Role
DeleteSettings User deletes settings
DeleteTemplate User deletes Template
DeviceIsNotActive Device is not active.
DeviceIsNotIdentified Device cannot be identified.
DevicePayloadInvalid Device receiver received a device payload that is invalid and could not be processed.
DevicePayloadJunkMessage Device receiver received a device payload that is junk and will be terminated.
DevicePayloadProcessing Device payload processing log event
DeviceReceiverConnectionEstablished Device receiver has established a new connection with a device.
DeviceReceiverConnectionTerminatedByClient Device receiver has terminated a connection with a device, because the device has shut down the connection.
DeviceReceiverInvalidEventDateTime Device receiver received a message with an invalid EventDateTime.
DeviceReceiverListenerStarted Device receiver TCP Listener has started.
DeviceReceiverNewBufferString Device receiver gets a new buffer string
DeviceReceiverUnknownProtocol Device receiver received a message with an unknown protocol.
Exception When an uncaught Exception has been thrown.
HttpRequestException When we are trying to communicate to a third-party endpoint and it invoked a HttpRequestException
JsException Invoked when JavaScript throws an exception in the Blazor interop.
LocalizationEntryNotFound Invoked when we try to access a IStringLocalizer entry that does not exist.
LoginAttemptFailedFormerPassword Invoked when the user tries to sign in with a password that was used before, but has since been changed.
LoginAttemptFailedWrongPassword User tried to log in but failed
LoginAttemptSuccessful User logs in
LoginEmailAddressNotFound Invoked when the user tries to sign in with an email address that does not exist in the system.
Logout User logs out
MfaCreated When a MfaConnectionDto has been created.
MfaDisabled When a MfaConnectionDto has been disabled.
MfaEnabled When a MfaConnectionDto has been enabled.
MoveIpStatusToBlackList Move IP Status to Blacklist
MoveIpStatusToGlobal Move IP Status to Global Range
MoveIpStatusToWhiteList Move IP Status to Whitelist
NotImplementedException A NotImplementedException was invoked.
ObjectInvalidState 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.
ObjectIsLocked Invoked when the object we are trying to work with is IsLocked.
ObjectIsSoftDeleted Invoked when the object we are trying to work with is IsDeleted.
ObjectMissingInCode Invoked when we need an object that is missing (instead we see a , Empty, etc.)
ObjectMissingInDatabase Invoked when the object we are trying to work with is missing in the database. It may have been permanently deleted or never existed.
ObjectTooManyFilledIn Invoked when the process is presented with multiple objects to fill in and should only fill in one of them, but instead fills in multiple.
ParameterUnsupported Invoked if a ParameterType is not supported by a logic system
PrematureExecution Invoked if we are trying to execute a process that was not ready to be executed
PropertyMissing Invoked when a property value is missing from a model. (If the value is , Empty, Empty, etc.)
RequestCompleted When a RequestDto status is set to complete.
RequestFourEyes When a IIsFourEyes has been requested by a user.
ResourceLocked When a IIsLocked has been created by a user.
ResourceUnlocked When a IIsLocked has been unlocked by a user.
RevertAccountDeletion User reverts Account deletion
RevertCompanyDeletion User reverts Company deletion
RevertCustomPageDeletion User reverts CustomPage deletion
RevertDashboardDeletion User reverts Dashboard deletion
RevertDeviceDeletion User reverts Device deletion
RevertEnvironmentDeletion User reverts Environment deletion
ServiceBusException Invoked when a task involving the Azure Service Bus fails.
SocketException A SocketException invoked when a socket connection fails.
UnauthorizedAccessException A UnauthorizedAccessException invoked when a user somehow gets to a place or invokes an action without having access to it. This usually means the programmer failed to prevent the user from getting this far.
UnknownException Invoked by Microsoft tools when an unknown exception is thrown.
UpdateAccount User updates Account
UpdateActionFlow User update action flow
UpdateAlertRule User update Alert rule
UpdateAlertType User update Alert type
UpdateCompany User updates Company
UpdateConnectorState User update Connector state
UpdateCustomPage User update custom page
UpdateDashboard User update dashboard
UpdateDevice User updates Device
UpdateEnvironment User updates Environment
UpdateMapMarker User updates a map marker
UpdateMfaConnection User updates MFA Connection
UpdateRole User updates Device
UpdateSettings User deletes settings
UpdateTemplate User update template
UserCreatesPasswordResetRequest User requests to reset their password
UserResetsPasswordFailed User tried to reset their password but failed
UserResetsPasswordSuccessful User resets their password

See Also