Class ErrorResponse
Represents an error response returned by the API.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class ErrorResponse
Properties
View SourceErrorCode
Gets or sets the error code.
Declaration
public string ErrorCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorMessage
Gets or sets the error message.
Declaration
public string ErrorMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidationErrors
Gets or sets the validation errors, if any.
Declaration
public IDictionary<string, string[]> ValidationErrors { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string[]> |