error method

  1. @override
CommunicationResponse error(
  1. Object e
)
override

Creates the appropriate error object

Implementation

@override
CommunicationResponse error(Object e) {
  return CommunicationResponse.failed(e);
}