Skip to content

Commit

Permalink
Add results.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTedder committed Sep 22, 2023
1 parent 73c88ee commit 0d7ff04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LeaderboardBackend/Results.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
namespace LeaderboardBackend.Result;

public readonly record struct AccountConfirmed();
public readonly record struct AlreadyUsed();
public readonly record struct BadCredentials();
public readonly record struct BadRole();
public readonly record struct ConfirmationNotFound();
public readonly record struct EmailFailed();
public readonly record struct Expired();
public readonly record struct UserNotFound();
public readonly record struct UserBanned();

0 comments on commit 0d7ff04

Please sign in to comment.