fix: discover errors and Removed field (#944)

add Removed status, and fully document locale for ContactSupport

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>
This commit is contained in:
Tom
2026-08-24 19:06:00 -07:00
committed by GitHub
parent 509ebbfc15
commit ee4d998692
8 changed files with 51 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ pub enum ErrorType {
// ? Support Errors
ContactSupport {
locale: String,
msg: String,
},