REST API  4.0.0
REST API for SafeNet Network HSMs
Error Description

Error Description

Object
    details: Object
        type:  string
        description:  details is a human-friendly description of the error.  

    id: Object
        type:  string
        description:  id is the unique reference for the error.  
        
    message: Object
        type:  string
        description:  message is a human-friendly summary or title for the error.  

    returnCode: Object
        type:  integer
        description:  returnCode is the RFC 2616 value returned for the error.  

                    see (Status Codes)

    status: Object
        type:  string
        description:  status is an indication of how the application using the
                      REST API should interpret the error.  For this release,
                      "ERROR" is the only value for status.
    type: Object
        type:  string
        description:  type is a designator for the component responsible for
                      the error: the origin of the error.  Values for type are:
                          API - the error originates in the interface
                          DOCS - the error originates in the Lexicon component
                          FRAMEWORK - the error originates in the infrastructure
                                      of the REST API
                          PLUGIN - the error originates in a plug-in providing a service
                                   via the REST API
                          SERVER - the error originates in the REST API web server