export const appNotFoundMessage = `App not found: an app needs to be installed for this endpoint to work. If you've recently moved this device from another app, please push an app and wait for it to be installed first.`; export const serviceNotFoundMessage = 'Service not found, a container must exist for this endpoint to work'; export const v2ServiceEndpointInputErrorMessage = 'This endpoint requires one of imageId or serviceName';