mongocrypt_kms_ctx_fail

Function mongocrypt_kms_ctx_fail 

Source
pub unsafe extern "C" fn mongocrypt_kms_ctx_fail(
    kms: *mut mongocrypt_kms_ctx_t,
) -> bool
Expand description

Indicate a network-level failure.

@param[in] kms The @ref mongocrypt_kms_ctx_t. @return A boolean indicating whether the failed request may be retried.