@sap/subaccount-destination-service-provider
Version:
Provide service consumption of SAP subaccount services
18 lines • 1.18 kB
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.`,
SYSTEM_TYPE_NOT_SUPPORTED: (value) => `System type ${value} is not supported`,
DESTINATION_NOT_FOUND: (name) => `Destination ${name} was not found`,
DESTINATION_NOT_FOUND_BY_KEY: (name) => `Destination ${name} corresponding to key was not found`,
};
//# sourceMappingURL=messages.js.map