Show / Hide Table of Contents

Interface IFailureDetails

Represents details of a failure.

Namespace: OpenText.Fusion.AdapterSdk.Api
Assembly: OpenText.Fusion.AdapterSdk.Api.dll
Syntax
public interface IFailureDetails

Properties

Exceptions

Gets the recorded Exceptions.

Declaration
IEnumerable<Exception> Exceptions { get; }
Property Value
Type Description
IEnumerable<Exception>

The exceptions.

Message

Gets the failure message.

Declaration
string Message { get; }
Property Value
Type Description
System.String

The message.

In This Article
Back to top Generated by DocFX