Freigeben über


HttpExpressionError Class

Definition

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
HttpExpressionError

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)

Applies to