Added TMP_PASSWORD_INVALID error

This commit is contained in:
Alisa Sireneva 2021-05-05 20:38:52 +03:00 committed by GitHub
parent 11a8c81689
commit e4d47ac70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -327,6 +327,7 @@ TIMEOUT,500,A timeout occurred while fetching data from the worker
THEME_INVALID,400,Theme invalid
THEME_MIME_INVALID,400,"You cannot create this theme, the mime-type is invalid"
TMP_PASSWORD_DISABLED,400,The temporary password is disabled
TMP_PASSWORD_INVALID,400,Password auth needs to be regenerated
TOKEN_INVALID,400,The provided token is invalid
TTL_DAYS_INVALID,400,The provided TTL is invalid
TYPES_EMPTY,400,The types field is empty

1 name codes description
327 THEME_INVALID 400 Theme invalid
328 THEME_MIME_INVALID 400 You cannot create this theme, the mime-type is invalid
329 TMP_PASSWORD_DISABLED 400 The temporary password is disabled
330 TMP_PASSWORD_INVALID 400 Password auth needs to be regenerated
331 TOKEN_INVALID 400 The provided token is invalid
332 TTL_DAYS_INVALID 400 The provided TTL is invalid
333 TYPES_EMPTY 400 The types field is empty