Error
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "pn_error_t" ) ]
public class Error
Content:
Properties:
- public int code { get; }
- public string text { get; }
Creation methods:
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)