new consts

This commit is contained in:
Pedro Pérez 2025-01-02 18:46:39 +01:00
parent 47bc5d2f66
commit 4782a04fa7

View File

@ -25,6 +25,9 @@ const (
InvalidRequest string = "invalid_request"
MalformedJSON string = "malformed_json"
TokenBlacklisted string = "token_blacklisted"
TokenInvalid string = "token_invalid"
ValidationFailed string = "validation_failed"
UntilBeforeTo string = "until_before_to"
InternalError string = "internal_error"
NotFound string = "not_found"
Created string = "created"