Class SystemTags
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
HttpStatus
The HTTP status code associated with this error.
public static readonly TagKey<int> HttpStatus
Field Value
RetryAfter
The retry delay in seconds (for rate-limiting errors).
public static readonly TagKey<int> RetryAfter
Field Value
Service
The name of the service that produced this error.
public static readonly TagKey<string> Service