resultError property Null safety

String? resultError
read / write

(optional) only present if the transaction failed. This field will include more details from stellar-core about why the invoke host function call failed.

Implementation

String? resultError;