object SendAsyncClientError extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SendAsyncClientError
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class RequestFailed(message: String) extends SendAsyncClientError with Product with Serializable

    We were unable to make the request for a technical reason

  2. case class RequestInvalid(message: String) extends SendAsyncClientError with Product with Serializable

    The SequencerClient decided that the request is invalid so did not attempt to send it to the sequencer

  3. case class RequestRefused(error: SendAsyncError) extends SendAsyncClientError with Product with Serializable

    We were able to contact the server but the request was declined

Value Members

  1. case object DuplicateMessageId extends SendAsyncClientError with Product with Serializable

    A send with the supplied message id is already being tracked