public interface

RequestHandler

implements ResultListener<T>
com.nexmo.sdk.conversation.client.event.RequestHandler<T>

Class Overview

Generic event handler, responsible for handling results of events created by user self.

Summary

Public Methods
abstract void onError(NexmoAPIError apiError)
A Conversation related request has encountered an error.
[Expand]
Inherited Methods
From interface com.nexmo.sdk.conversation.client.event.ResultListener

Public Methods

public abstract void onError (NexmoAPIError apiError)

A Conversation related request has encountered an error.

Parameters
apiError The exception describing the error.