"""Constants.""" ERROR_PARSE_EXCEPTION = 'Exception while scraping Spotify page.' ERROR_HTTP = 'HTTP error while loading Spotify artist page.' ERROR_LAMBDA_FATAL = 'Unhandled exception.' SPOTIFY_URL_TEMPLATE = 'https://open.spotify.com/artist/'