errorCode property

String? errorCode
final

Error code from the API response, if available. This is the specific error code returned by the server. Example: 'ERR_PAYMENT_ORDER_NOT_FOUND'

Implementation

final String? errorCode;