ErrorMessage property

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

Implementation

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

Implementation

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