Packages
libqpid-proton
Proton
Error
code
text
Error
@set
clear
format
vformat
Error
Object Hierarchy:
Proton.Error
Proton.Error
Proton.Error
Description:
[
Compact
]
[
CCode
( cname =
"pn_error_t"
) ]
public
class
Error
Namespace:
Proton
Package:
libqpid-proton
Content:
Properties:
public
int
code
{
get
; }
public
string
text
{
get
; }
Creation methods:
public
Error
()
Methods:
public
int
@set
(
int
code,
string
text)
public
void
clear
()
public
int
format
(
int
code,
string
fmt)
public
int
vformat
(
int
code,
string
fmt,
va_list
ap)