Class CAPI.mongocrypt_status_t

  • Enclosing class:
    CAPI


    public static class CAPI.mongocrypt_status_t
    extends com.sun.jna.PointerType
    Indicates 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.

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from class com.sun.jna.PointerType

        equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
    • Constructor Detail

      • mongocrypt_status_t

        public mongocrypt_status_t​()