Package com.mongodb.crypt.capi
Class CAPI.mongocrypt_status_t
- java.lang.Object
-
- com.sun.jna.PointerType
-
- com.mongodb.crypt.capi.CAPI.mongocrypt_status_t
-
- Enclosing class:
- CAPI
public static class CAPI.mongocrypt_status_t extends com.sun.jna.PointerTypeIndicates success or contains error information.Functions like @ref mongocrypt_ctx_encrypt_init follow a pattern to expose a status. A boolean is returned. True indicates success, and false indicates failure. On failure a status on the handle is set, and is accessible with a corresponding status function. E.g. @ref mongocrypt_ctx_status.
-
-
Constructor Summary
Constructors Constructor Description mongocrypt_status_t()
-