Various error codes. All the CKR_XXX error codes from PKCS#11 are also relevant error codes.
CKR_XXX
Note that errors are returned as [structGLib.Error] structures. The code member of the error then contains the raw PKCS#11 CK_RV result value.
GLib
code
CK_RV
a result code that signifies there was a problem loading a PKCS#11 module, usually a shared library
Various error codes. All the
CKR_XXX
error codes from PKCS#11 are also relevant error codes.Note that errors are returned as [struct
GLib
.Error] structures. Thecode
member of the error then contains the raw PKCS#11CK_RV
result value.