mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-03 08:10:48 +00:00
Messages are all related to Supervisor API Signed-off-by: Christina Ying Wang <christina@balena.io>
10 lines
442 B
TypeScript
10 lines
442 B
TypeScript
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';
|