A variety of fault codes can be generated if the published web service cannot be successfully consumed by the LOB system. In combination with the text of the fault message itself, the fault code generated can provide an indication of what caused the fault. The LOB application that needs to consume the published web service can then be customized by a developer to handle specific fault cases in different ways.
Fault Code |
Description |
---|---|
hyland://hyland.integrations.adapter:HylandClientException |
This fault code can be returned when a runtime exception occurs due to a data validation failure on input parameters required by the operation being used. For example:
|
hyland://hyland.integrations.adapterHylandServerException |
This fault code can be returned when a runtime exception occurs in the Application Server. Any exception thrown by the Application Server when processing a request can cause this fault code to be returned. For example:
|