Class UrlException
- Assembly
- FoundationaLLM.Common.dll
Represents an exception to the base URL.
public class UrlException
- Inheritance
-
UrlException
- Inherited Members
- Extension Methods
Properties
Enabled
Indicates whether the exception is enabled.
[JsonPropertyName("enabled")]
public required bool Enabled { get; set; }
Property Value
Url
The alternative URL.
[JsonPropertyName("url")]
public required string Url { get; set; }
Property Value
UserPrincipalName
The user principal name.
[JsonPropertyName("user_principal_name")]
public required string UserPrincipalName { get; set; }