Class SystemTags

Namespace
REslava.Result
Assembly
REslava.Result.dll

Predefined TagKey<T> constants for integration and infrastructure context. Used by REslava.Result.Http and REslava.Result.AspNetCore packages.

public static class SystemTags
Inheritance
SystemTags
Inherited Members

Fields

ErrorCode

An application-specific error code (e.g., "ERR_001").

public static readonly TagKey<string> ErrorCode

Field Value

TagKey<string>

HttpStatus

The HTTP status code associated with this error.

public static readonly TagKey<int> HttpStatus

Field Value

TagKey<int>

RetryAfter

The retry delay in seconds (for rate-limiting errors).

public static readonly TagKey<int> RetryAfter

Field Value

TagKey<int>

Service

The name of the service that produced this error.

public static readonly TagKey<string> Service

Field Value

TagKey<string>