com
.
twitter
.
finagle
.
postgres
codec
package
codec
Visibility
Public
All
Type Members
class
AuthenticationProxy
extends
ServiceFactoryProxy
[
PgRequest
,
PgResponse
]
class
BackendMessageDecoder
extends
SimpleChannelHandler
case class
ClientError
(
message:
String
)
extends
Exception
with
Product
with
Serializable
class
HandleErrorsProxy
extends
ServiceFactoryProxy
[
PgRequest
,
PgResponse
]
class
PacketDecoder
extends
FrameDecoder
class
PgClientChannelHandler
extends
SimpleChannelHandler
case class
ServerError
(
message:
String
,
request:
Option
[
PgRequest
]
,
severity:
Option
[
String
]
,
sqlState:
Option
[
String
] =
None
,
detail:
Option
[
String
] =
None
,
hint:
Option
[
String
] =
None
,
position:
Option
[
String
] =
None
)
extends
Exception
with
Product
with
Serializable
Value Members
object
Errors
object
NullValue
extends
Exception
with
Product
with
Serializable
Ungrouped