Interface IApiResponse
Represents a generic API response.
Namespace: PAccess.PartnerAgents.Api.Contracts
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public interface IApiResponse
Properties
View SourceErrorResponse
Gets or sets the error response associated with the API response.
Declaration
ErrorResponse? ErrorResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| ErrorResponse |
IsSuccess
Gets or sets a value indicating whether the API response is successful.
Declaration
bool IsSuccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |