export const resNotExists = "resource does not exist (get_target_url)"
export const resAlreadyExists = "resource is already exist"

export const m2m_errors = [resNotExists, resAlreadyExists]