Class CorsErrorStatus
public sealed record CorsErrorStatus : IEquatable<CorsErrorStatus>
- Inheritance
-
CorsErrorStatus
- Implements
- Inherited Members
Constructors
CorsErrorStatus(CorsError, string)
public CorsErrorStatus(CorsError CorsError, string FailedParameter)
Parameters
Properties
CorsError
public CorsError CorsError { get; init; }
Property Value
FailedParameter
public string FailedParameter { get; init; }