Method: Mongo::Crypt::Binding.mongocrypt_status_type

Defined in:
lib/mongo/crypt/binding.rb

.mongocrypt_status_type(status) ⇒ Symbol

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Indicates the status type.

Parameters:

  • status (FFI::Pointer)

    A pointer to a mongocrypt_status_t.

Returns:

  • (Symbol)

    The status type (as defined by the status_type enum).



235
# File 'lib/mongo/crypt/binding.rb', line 235

attach_function :mongocrypt_status_type, [:pointer], :status_type