Skip to content

Commit

Permalink
style: Add a more understandable comment to the CriticalError status
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Nov 12, 2023
1 parent 1f5aaf4 commit a4c837b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Core/ResultStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ public enum ResultStatus
/// </summary>
Failure,
/// <summary>
/// Represents a status in which a server has caused a critical error instead of the client.
/// Represents a status where unexpected behavior has occurred and
/// the service does not know how to handle it (e.g., database connection error).
/// </summary>
CriticalError,
/// <summary>
Expand Down

0 comments on commit a4c837b

Please sign in to comment.