Skip to content

Commit

Permalink
🎨 InfoFail/WarningFail
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed Feb 13, 2025
1 parent 26a6b51 commit 31528c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/BD.Common8.Primitives.ApiRsp/Enums/ApiRspCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@ public enum ApiRspCode
/// </summary>
SaveAuthTokenToUserManagerFail = 1026,

/// <summary>
/// Info 级别的失败,原因见 Message 或无原因
/// </summary>
InfoFail = 1027,

/// <summary>
/// Warning 级别的失败,原因见 Message 或无原因
/// </summary>
WarningFail = 1028,

#endregion

#region 错误状态码 5000~5999
Expand Down

0 comments on commit 31528c8

Please sign in to comment.