errorDetails property

Map<String?, String?> errorDetails
getter/setter pair
Dictionary of key/value pairs from the MessageXml node in the fault. Usually empty but there are a few cases where SOAP faults may include MessageXml details (e.g. CASOverBudgetException includes BackoffTime value).

Implementation

/* private */
Map<String?, String?> errorDetails = {};