"""Generic error messages.""" ERROR_CODE_AUTHORIZATION = 'authorization_error' ERROR_CODE_BAD_GRASS_REQUEST = 'bad_grass_request_error' ERROR_CODE_NOT_FOUND = 'not_found' ERROR_MESSAGE_MISSING_GRASS_HEADERS = 'Missing Grass Headers' ERROR_MESSAGE_INCOMPLETE_GRASS_HEADERS = 'Incomplete Grass Headers' ERROR_MESSAGE_INVALID_GRASS_ACCOUNT_TYPE = 'Invalid Grass Account Type' ERROR_MESSAGE_FORBIDDEN_USER = 'User is forbidden' ERROR_CODE_MYSQL = 'MySQL Error' ERROR_MESSAGE_DB_ISSUE = 'DB Error' ERROR_MESSAGE_EMPTY_BODY = 'Empty Body' ERROR_MESSAGE_DUPLICATE = 'Duplicate Entry' ERROR_MESSAGE_BAD_PARAMS = 'Bad Params' ERROR_MESSAGE_CANNOT_UPDATE = 'Cannot Update Entity' INTERNAL_ERROR = 'An internal error occurred' SUCCESS_CODE = 'ok' SYNC_ARTIST_INVALID_URL = 'Invalid url' SYNC_ARTIST_NO_PROFILE = 'API call found no profile' SYNC_ARTIST_SOCIAL_PROFILE_CREATE = 'Error during social profile creation' SYNC_ARTIST_URL_UPDATE = 'Error during artist url updating'