Class ApiError
Response from API when returns an unseccessful HTTP status code.
Inherited Members
Namespace: MercadoPago.Error
Assembly: MercadoPago.dll
Syntax
public class ApiError
Remarks
To view possibles errors, access APIs documentation here. You can change site language.
Properties
| Edit this page View SourceCause
Error causes.
Declaration
public IList<ApiErrorCause> Cause { get; set; }
Property Value
Type | Description |
---|---|
IList<ApiErrorCause> |
Error
Error identification.
Declaration
public string Error { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
Errors identification.
Declaration
public IList<ApiErrorCause> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<ApiErrorCause> |
Message
Error message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
HTTP status code.
Declaration
public int? Status { get; set; }
Property Value
Type | Description |
---|---|
int? |