jsonrpclib-core
jsonrpclib-core
API
jsonrpclib
CallId
CallId
NullId
NumberId
StringId
Channel
Channel
ConflictingMethodError
Endpoint
Endpoint
PartiallyAppliedEndpoint
ErrorCodec
ErrorCodec
ErrorDecoder
ErrorEncoder
ErrorPayload
ErrorPayload
ErrorReport
FutureBasedChannel
InputMessage
InputMessage
NotificationMessage
RequestMessage
Message
Message
Monadic
Monadic
syntax
MonadicOps
MonadicOpsPure
MonadicOpsThrowable
OutputMessage
OutputMessage
ErrorMessage
ResponseMessage
Payload
Payload
PolyFunction
ProtocolError
ProtocolError
InternalError
InvalidParams
InvalidRequest
MethodNotFound
ParseError
ServerError
StubTemplate
StubTemplate
NotificationTemplate
RequestResponseTemplate
jsonrpclib-core
/
jsonrpclib
/
ErrorCodec
ErrorCodec
jsonrpclib.ErrorCodec
See the
ErrorCodec
companion object
trait
ErrorCodec
[
E
]
extends
ErrorDecoder
[
E
]
,
ErrorEncoder
[
E
]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
ErrorEncoder
[
E
]
trait
ErrorDecoder
[
E
]
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Inherited and Abstract methods
def
decode
(
error
:
ErrorPayload
):
Either
[
ProtocolError
,
E
]
Attributes
Inherited from:
ErrorDecoder
def
encode
(
a
:
E
):
ErrorPayload
Attributes
Inherited from:
ErrorEncoder
In this article
Attributes
Members list
Value members
Inherited and Abstract methods