Class ApiErrorCause
Cause of the the API error.
Inherited Members
Namespace: MercadoPago.Error
Assembly: MercadoPago.dll
Syntax
public class ApiErrorCause
Properties
| Edit this page View SourceCode
Cause's code.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
To view possibles codes, access APIs documentation here. You can change site language.
Description
Cause description. Some APIs uses Description others Message.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Details
Declaration
public List<string> Details { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
Message
Cause message. Some APIs uses Description others Message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |