IWithDetailedErrorMessages<ParentT> Interface

Definition

A web app diagnostic log update allowing detailed error messages to be specified.

public interface IWithDetailedErrorMessages<ParentT>
type IWithDetailedErrorMessages<'ParentT> = interface
Public Interface IWithDetailedErrorMessages(Of ParentT)

Type Parameters

ParentT

The stage of the parent update to return to after attaching this update.

Derived

Methods

WithDetailedErrorMessages(Boolean)

Specifies if detailed error messages should be gathered from the web app.

Applies to