ReferenceSDK neutral
ExpressionError
Describes one stable expression-language error.
API identity
- Package
- Kajay.Core
- Kind
- type
- Audience
- consumer
Signature
public sealed record ExpressionError( string Code, TextSpan Span, string? Message = null)Describes one stable expression-language error.
public sealed record ExpressionError( string Code, TextSpan Span, string? Message = null)