function_entrypoint_missing property

String get function_entrypoint_missing

Entrypoint for your Appwrite Function is missing. Please specify it when making deployment or update the entrypoint under your function's Settings > Configuration > Entrypoint

Implementation

String get function_entrypoint_missing {
  return Intl.message(
    'Entrypoint for your Appwrite Function is missing. Please specify it when making deployment or update the entrypoint under your function\'s Settings > Configuration > Entrypoint',
    name: 'function_entrypoint_missing',
    desc: '',
    args: [],
  );
}