ErrorMessage property

String? ErrorMessage
Gets the error message that was returned by the service.

Implementation

String? get ErrorMessage => this._errorMessage;
void ErrorMessage=(String? value)

Implementation

set ErrorMessage(String? value) => this._errorMessage = value;