Table of Contents

Interface IApiResponse

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.API.Response
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the response of the consumption of an API.

public interface IApiResponse

Properties

Error

Gets the API error is response state is not succeeded.

IApiError? Error { get; }

Property Value

IApiError

Succeeded

Gets a value indicating whether the API call is successful.

bool Succeeded { get; }

Property Value

bool