Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Dapr.Common/Exceptions/DaprExtendedErrorDetail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public sealed record DaprRetryInfoDetail() : DaprExtendedErrorDetail(DaprExtende
/// <summary>
/// Further details relating to a quota violation.
/// </summary>
/// <param name="Subject">The subject where the quota violation occured e.g and ip address or remote resource.</param>
/// <param name="Subject">The subject where the quota violation occurred e.g and ip address or remote resource.</param>
/// <param name="Description">Further information relating to the quota violation.</param>
public sealed record DaprQuotaFailureViolation(string Subject, string Description);

Expand Down
Loading