package org.oregami.service;
public enum ServiceErrorMessage {
USER_USERNAME_ALREADY_EXISTS,
USER_USERNAME_EMPTY,
USER_USERNAME_TOO_SHORT,
USER_EMAIL_EMPTY,
USER_PASSWORD_EMPTY,
USER_PASSWORD_TOO_SHORT,
NAME_EMPTY,
NAME_TOO_SHORT,
FIELD_EMPTY,
FIELD_TOO_SHORT,
PUBLICATION_ISSUE_INVALID_YEAR,
GAME_GAMEENTRYTYPE_EMPTY,
}