@sap/subaccount-destination-service-provider
Version:
Provide service consumption of SAP subaccount services
15 lines (14 loc) • 637 B
TypeScript
export declare const messages: {
MISSING_ENV: (name: string) => string;
METHOD_NOT_IMPLEMENTED: () => string;
ERROR_FAILED_UNSUPPORTED_SYSTEM_TYPE: () => string;
ERROR_UNSUPPORTED_BUSINESS_ITEMS_PROVIDER: () => string;
ERROR_FAILED_TO_GET_BOS: string;
ERROR_FAILED_TO_GET_CDS: string;
ERROR_FAILED_TO_GET_BO_SPEC: (boId: string) => string;
ERROR_FAILED_TO_GET_CDS_SPEC: (cdsId: string) => string;
ERROR_SPEC_NOT_FOUND: string;
SYSTEM_TYPE_NOT_SUPPORTED: (value: string) => string;
DESTINATION_NOT_FOUND: (name: string) => string;
DESTINATION_NOT_FOUND_BY_KEY: (name: string) => string;
};