Files
forkmessager/backend/src/Modules/Profiles/Domain/ProfilesErrors.cs
Халимов Рустам ba5c5210d4 Миграции, сборка
2026-03-27 23:09:16 +03:00

11 lines
338 B
C#

namespace Knot.Modules.Profiles.Domain;
using Knot.Shared.Kernel;
public static class ProfilesErrors
{
public static readonly Error ProfileNotFound = new("Profile.NotFound", "Profile not found");
}
public static class IdentityErrors
{
public static readonly Error UserNotFound = new("Profile.NotFound", "Profile not found");
}