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
string

The failure id.

Message

Gets the failure message.

Declaration
string Message { get; }
Property Value
Type Description
string

The message.

In this article
Back to top Generated by DocFX