StatusInfo

A struct containing basic information about a response status.

struct StatusInfo {
ushort code;
string text;
}