Method: Mongo::Crypt::Status#message

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

#messageString

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.

Return the status message

Returns:

  • (String)

    The status message, defaults to empty string



97
98
99
100
# File 'lib/mongo/crypt/status.rb', line 97

def message
  message = Binding.mongocrypt_status_message(@status, nil)
  message || ''
end