menu
ews package
documentation
Exceptions/ServiceResponseException.dart
ServiceResponseException
ServiceResponseException constructor
ServiceResponseException constructor
dark_mode
light_mode
ServiceResponseException
constructor
ServiceResponseException
(
ServiceResponse
_response
)
Initializes a new instance of the
The ServiceResponse when service operation failed remotely.
Implementation
ServiceResponseException(this._response);
ews package
documentation
Exceptions/ServiceResponseException
ServiceResponseException
ServiceResponseException constructor
ServiceResponseException class