Property ErrorCode
ErrorCode
A static error code returned by the AfterPay API representing the error that occurred, can be useful for making programmatic decisions on how to handle an excpetion.
Declaration
public string ErrorCode { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
This property may return null or empty string if no error code was provided. Null and empty string should both be treated as a missing value.