"""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_WRONG_PRICING_FAMILY = 'Orchard pricing tier does not belong to \ given pricing family' SUCCESS_CODE = 'ok' INTERNAL_ERROR = 'internal_error'