ResponseErrorText Property
Additional error description returned by some gateways.
Object Oriented Interface
public function getResponseErrorText();
Procedural Interface
inpay_echeck_get($res, 47 );
Default Value
''
Remarks
Additional error description returned by some gateways. If a gateway returns it, this property will contain a human-readable description of the error which occurred (if any). You may also wish to inspect ResponseErrorCode for an accompanying code which may be parsed and used by your application.
This property is read-only and not available at design time.
Data Type
String