@sap/subaccount-destination-service-provider
Version:
Provide service consumption of SAP subaccount services
15 lines • 925 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.messages = void 0;
exports.messages = {
MISSING_ENV: (name) => `The ${name} environment variable is missing.`,
METHOD_NOT_IMPLEMENTED: () => `Method not implemented.`,
ERROR_FAILED_UNSUPPORTED_SYSTEM_TYPE: () => `DataType may be one of the following: CATALOG/ SERVICE_EP/ SERVICE_EP_FULL_URL`,
ERROR_UNSUPPORTED_BUSINESS_ITEMS_PROVIDER: () => `Cannot access business objects/CDS from this data type provider.`,
ERROR_FAILED_TO_GET_BOS: "Cannot get business objects.",
ERROR_FAILED_TO_GET_CDS: "Cannot get CDS.",
ERROR_FAILED_TO_GET_BO_SPEC: (boId) => `Cannot get business object specification for ${boId}.`,
ERROR_FAILED_TO_GET_CDS_SPEC: (cdsId) => `"Cannot get CDS specification for ${cdsId}."`,
ERROR_SPEC_NOT_FOUND: `Cannot access business item specification.`,
};
//# sourceMappingURL=messages.js.map