class GPGME::Error

Direct Known Subclasses

Defined in:

gpgme/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(error : LibGPGME::Error) #

[View source]

Instance Method Detail

def code #

Return the error code.

The error code indicates the type of an error, or the reason why an operation failed.


[View source]
def error : LibGPGME::Error #

[View source]
def message #

Return a description of the error code.


[View source]