REST API  4.0.0
REST API for SafeNet Network HSMs
GET /errors/languageid/errorid

GET /errors/{languageid}/{errorid}

Gets details of the error.

Parameters

languageid

The language of interest

Use: Required

JSON Schema:

   Object
   type: string

errorid

The error of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

Details of the error.

JSON Schema: JSON Schema: Error Description

400

Unexpected error

Example Request

   GET 
   https://1.2.3.4:8443/errors/en/APICONFIG_CERT_GEN_ERROR

Example Result

{
   "status": "ERROR",
   "returnCode": 400,
   "details": "Failed to generate certificate, webserver configuration may be off."
   "message": "Certificate failed to generate."
   "type": "API",
   "id": "APICONFIG_CERT_GEN_ERROR"
}