CoreEventId.SaveChangesFailed Field

Definition

An error occurred while attempting to save changes to the database.

public static readonly Microsoft.Extensions.Logging.EventId SaveChangesFailed;
 staticval mutable SaveChangesFailed : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly SaveChangesFailed As EventId 

Field Value

Remarks

This event is in the DbLoggerCategory.Update category.

This event uses the DbContextErrorEventData payload when used with a DiagnosticSource.

Applies to