An exception that can be translated down to a specific error in the transport.
Transport exceptions describe the HTTP/WebSocket error code associated with them, allowing Lagom to send an error
code specific to the type of error. They also have an exception message, which is used both to capture exception
details, as well as to identify the exception, so that the right type of exception can be deserialized at the other
end.
This member is added by an implicit conversion from TransportException to
any2stringadd[TransportException] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from TransportException to
ArrowAssoc[TransportException] performed by method ArrowAssoc in scala.Predef.
This member is added by an implicit conversion from TransportException to
StringFormat[TransportException] performed by method StringFormat in scala.Predef.
This member is added by an implicit conversion from TransportException to
ArrowAssoc[TransportException] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Deprecated Value Members
defgetStackTraceString: String
Implicit information
This member is added by an implicit conversion from TransportException to
RichException performed by method RichException in scala.Predef.
Definition Classes
RichException
Annotations
@deprecated
Deprecated
(Since version 2.11.0) Use Throwable#getStackTrace
Inherited from RuntimeException
Inherited from Exception
Inherited from Throwable
Inherited from Serializable
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion RichException from
TransportException to RichException
An exception that can be translated down to a specific error in the transport.
Transport exceptions describe the HTTP/WebSocket error code associated with them, allowing Lagom to send an error code specific to the type of error. They also have an exception message, which is used both to capture exception details, as well as to identify the exception, so that the right type of exception can be deserialized at the other end.