"""Microservice names and other ows-* related constants.""" OWS_PRODUCT = 'ows-product' OWS_TERRITORIES = 'ows-territories' OWS_TRACK = 'ows-track' OWS_MASTERS_REGISTRY = 'ows-masters-registry' OWS_SOUND_RECORDINGS = 'ows-sound-recordings' SERVICE_ERROR_CODES = { OWS_PRODUCT: 'ows_product_error', OWS_TERRITORIES: 'ows_territories_error', OWS_TRACK: 'ows_track_error', OWS_MASTERS_REGISTRY: 'ows_masters_registry_error', }