30 def __init__(self, message, datasetType, dataId):
31 message +=
' datasetType:' + datasetType +
' dataId:' +
str(dataId)
37 def __init__(self, message, datasetType, dataId, locations):
38 message +=
' datasetType:' + datasetType +
' dataId:' +
str(dataId) +
' locations:'
39 for location
in locations:
40 message +=
' ' +
str(location)
46 """Raised when issues arise related to the list of parents in a RepositoryCfg not matching the expected
def __init__(self, message, datasetType, dataId, locations)
def __init__(self, message, datasetType, dataId)
def __init__(self, message)