Show / Hide Table of Contents

Interface IFailure

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

Properties

Id

Gets the failure id.

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

The failure id.

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