ErrorCode property

ServiceError? ErrorCode
Gets or sets the error code.

Implementation

ServiceError? get ErrorCode => this.errorCode;
void ErrorCode=(ServiceError? value)

Implementation

set ErrorCode(ServiceError? value) {
  this.errorCode = value;
}