Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 897 Bytes

interfaces-exceptions.md

File metadata and controls

15 lines (11 loc) · 897 Bytes

Exceptions

  • ISapException A generic parent exception in order to catch SAP remote function call exceptions in general.
  • IArrayElementMissingException In case the API description of the SAP remote function call defines a member element in an IArray that is not present in the given data.
  • IConfigKeyNotFoundException In case a requested configuration key is missing.
  • IConnectionFailedException The connection to the remote SAP system failed.
  • IFunctionCallException In case the SAP remote function call failed for some reason.
  • IIncompleteConfigException The connection configuration doesn't contain all the necessary parameters.
  • IUnknownFunctionException The SAP remote function cannot be found using the given connection parameters.

Exceptions


Go back to the interfaces overview