object SendAsyncClientError extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SendAsyncClientError
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class RequestFailed(message: String) extends SendAsyncClientError with Product with Serializable
We were unable to make the request for a technical reason
- 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
- 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
- case object DuplicateMessageId extends SendAsyncClientError with Product with Serializable
A send with the supplied message id is already being tracked