Packages
gcrypt
GCrypt
Error
Error
Error.from_errno
code
source
source_to_string
to_string
Error
Object Hierarchy:
GCrypt.Error
GCrypt.Error
GCrypt.Error
uint
uint
uint->GCrypt.Error
Description:
[
CCode
( cname =
"gcry_error_t"
, cprefix =
"gpg_err_"
) ]
public
struct
Error
:
uint
Namespace:
GCrypt
Package:
gcrypt
Content:
Creation methods:
public
Error
(
ErrorSource
source,
ErrorCode
code)
public
Error.from_errno
(
ErrorSource
source,
int
err)
Methods:
public
ErrorCode
code
()
public
ErrorSource
source
()
public
unowned
string
source_to_string
()
public
unowned
string
to_string
()
Inherited Members:
All known members inherited from struct uint
MAX
MIN
clamp
from_big_endian
from_little_endian
from_pointer
max
min
parse
to_big_endian
to_little_endian
to_pointer
to_string
try_parse