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
InstantDateUtc
Instant date of the error
[Key(1)]
public DateTime InstantDateUtc { get; }
Property Value
LongDescription
Error message Description
[Key(5)]
public string LongDescription { get; }
Property Value
Message
Error message
[Key(4)]
public string Message { get; }
Property Value
RequiredHost
The host that caused the error if any
[Key(6)]
public string? RequiredHost { get; }
Property Value
SourceIp
Source IP address
[Key(2)]
public string SourceIp { get; }
Property Value
SourcePort
Source port
[Key(3)]
public int SourcePort { get; }