ErrorInfo Structure
Use the ErrorInfo structure to retrieve error information during Presentation Catalog Service method invocations.
The ErrorInfo structure is used in the WebCatalogService Service.
ErrorInfo Structure Fields
Fields | Description |
---|---|
String code |
Specifies the error code to display. |
String context |
Specifies the service and method in which the error occurred. |
String details |
Specifies detailed information about the error. |
String message |
Specifies a human-readable description of the error. |