Skip to content

Commit

Permalink
Add missing error codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Oct 29, 2023
1 parent f8c454d commit 6111fea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Backend/Remora.Discord.API.Abstractions/Results/DiscordError.cs
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,11 @@ public enum DiscordError
/// </summary>
TagRequired = 40067,

/// <summary>
/// An entitlement has already been granted for this resource.
/// </summary>
EntitlementAlreadyGranted = 40074,

/// <summary>
/// Missing access.
/// </summary>
Expand Down Expand Up @@ -743,6 +748,11 @@ public enum DiscordError
/// </summary>
InvalidGuild = 50055,

/// <summary>
/// The SKU is invalid.
/// </summary>
InvalidSKU = 50057,

/// <summary>
/// The request origin is invalid.
/// </summary>
Expand Down

0 comments on commit 6111fea

Please sign in to comment.