Method: GPGME::Error#source

Defined in:
lib/gpgme/error.rb

#sourceObject

Return the error source.

The error source has not a precisely defined meaning. Sometimes it is the place where the error happened, sometimes it is the place where an error was encoded into an error value. Usually the error source will give an indication to where to look for the problem. This is not always true, but it is attempted to achieve this goal.

[View source]

24
25
26
# File 'lib/gpgme/error.rb', line 24

def source
  GPGME::gpgme_err_source(@error)
end