"""Constants for errors/exceptions.""" TRIGGER_SPATIAL_TRANSCODING_ERROR_CODE = "trigger_spatial_transcoding_error" ERROR_CODE_TO_MESSAGE = { TRIGGER_SPATIAL_TRANSCODING_ERROR_CODE: "{message}", } POST_TRANSCODING_BY_PRESET_ERROR_MESSAGE = "Failed to post transcoding. Status: {status}; text: {text}"