[#OSSL_STORE_error] = OSSL_STORE_error :mrdocs: Test whether the last store operation recorded an error on `ctx.` == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_STORE_error(xref:OSSL_STORE_CTX.adoc[OSSL_STORE_CTX]* ctx); ---- == Return Value 1 if an error occurred, or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Open store context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#