Skip to main content
Version: Next

Appendix 3: Result response codes

The GetAccessibleCertificates method call returns a Result object consisting of the following information:

ResultStatusSUCCESS: The call was successful and the ResultData contains the information of the accessible certificates.
ERROR: An error has occurred in the service. A message describing the error is displayed in ResultMessage.
WARNING: An alert has occurred in the service. A message describing the alert is displayed in ResultMessage.
UNAUTHORIZED: The user doesn't exist or doesn't have permission to make the request.
UNKNOWN_ERROR: An unknown error has occurred in the service.
ResultMessageIn case of an error or alert, a message describing the error is displayed.
ResultDataList of certificates to which the user has access.
TotalItemsNumber of items in the response.