mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 08:18:49 -07:00
add missing DeleteProfileStatus
This commit is contained in:
parent
d5fb8ce5f1
commit
d7e62ffbc3
11
src/Schema/DeleteProfileStatus.cs
Normal file
11
src/Schema/DeleteProfileStatus.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace sodoff.Schema;
|
||||
|
||||
public enum DeleteProfileStatus {
|
||||
SUCCESS = 1,
|
||||
NOT_A_PROFILE_ACCOUNT = 3,
|
||||
OWNER_ID_NOT_FOUND = 4,
|
||||
PROFILE_NOT_OWNED_BY_THIS_OWNER = 5,
|
||||
PROFILE_NOT_FOUND = 6
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user