Table of Contents

Class DownstreamErrorInfo

Namespace
Fluxzy
Assembly
Fluxzy.Core.dll

Holds information about a downstream error (error between Fluxzy and the client)

[MessagePackObject(false)]
public class DownstreamErrorInfo
Inheritance
DownstreamErrorInfo
Inherited Members

Properties

ErrorId

A unique error id relative to the current capture session

[Key(0)]
public int ErrorId { get; }

Property Value

int

InstantDateUtc

Instant date of the error

[Key(1)]
public DateTime InstantDateUtc { get; }

Property Value

DateTime

LongDescription

Error message Description

[Key(5)]
public string LongDescription { get; }

Property Value

string

Message

Error message

[Key(4)]
public string Message { get; }

Property Value

string

RequiredHost

The host that caused the error if any

[Key(6)]
public string? RequiredHost { get; }

Property Value

string

SourceIp

Source IP address

[Key(2)]
public string SourceIp { get; }

Property Value

string

SourcePort

Source port

[Key(3)]
public int SourcePort { get; }

Property Value

int