HttpExpressionError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Error message. This could be a compile time error from parsing or binding, or it could be a runtime error wrapped in a ErrorValue.
public class HttpExpressionError : Microsoft.PowerFx.ExpressionError
type HttpExpressionError = class
inherit ExpressionError
Public Class HttpExpressionError
Inherits ExpressionError
- Inheritance
Constructors
| HttpExpressionError(Int32) |
Properties
| FragmentLocation |
Optional - provide file context for where this expression is from. (Inherited from ExpressionError) |
| IsWarning |
A warning does not prevent executing the error. See Severity for more details. (Inherited from ExpressionError) |
| Kind |
Runtime error code.This may be empty for compile-time errors. (Inherited from ExpressionError) |
| Message |
A description of the error message. (Inherited from ExpressionError) |
| MessageArgs | (Inherited from ExpressionError) |
| MessageKey | (Inherited from ExpressionError) |
| ResourceKey | (Inherited from ExpressionError) |
| Severity | (Inherited from ExpressionError) |
| Span |
Source location for this error within a single expression. (Inherited from ExpressionError) |
| StatusCode | |
Methods
| GetInLocale(CultureInfo) |
Get a copy of this error message for the given locale. Message will get lazily localized using MessageKey. (Inherited from ExpressionError) |
| GetMessageInLocale(CultureInfo, Boolean) |
Get error message in the given locale. (Inherited from ExpressionError) |
| ToString() | (Inherited from ExpressionError) |