[#OSSL_CMP_SRV_error_cb_t] = OSSL_CMP_SRV_error_cb_t :mrdocs: Server callback invoked when constructing an error message response. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef void(* OSSL_CMP_SRV_error_cb_t)(xref:OSSL_CMP_SRV_CTX.adoc[OSSL_CMP_SRV_CTX]*, xref:OSSL_CMP_MSG.adoc[OSSL_CMP_MSG] const*, xref:OSSL_CMP_PKISI.adoc[OSSL_CMP_PKISI] const*, xref:ASN1_INTEGER.adoc[ASN1_INTEGER] const*, xref:OSSL_CMP_PKIFREETEXT.adoc[OSSL_CMP_PKIFREETEXT] const*); ---- == Parameters [cols="1,4"] |=== | Name| Description | *srv_ctx* | CMP server context. | *req* | Request that triggered the error, if available. | *statusInfo* | PKIStatusInfo being sent. | *errorCode* | Optional error code integer from the error message body. | *errDetails* | Optional free‐text error details. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#