Appendix 3: Result
response codes
The GetAccessibleCertificates
method call returns a Result
object consisting of the following information:
ResultStatus | SUCCESS: 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. | |
ResultMessage | In case of an error or alert, a message describing the error is displayed. |
ResultData | List of certificates to which the user has access. |
TotalItems | Number of items in the response. |