FaultCode property

String? get FaultCode
Gets or sets the SOAP fault code.

Implementation

String? get FaultCode => this.faultCode;
set FaultCode (String? value)

Implementation

set FaultCode(String? value) {
  this.faultCode = value;
}