jsonrpclib-core
jsonrpclib-core
jsonrpclib
Call
Id
Call
Id
Null
Id
Number
Id
String
Id
Channel
Channel
Codec
Codec
Conflicting
Method
Error
Endpoint
Endpoint
Notification
Endpoint
Partially
Applied
Endpoint
Request
Response
Endpoint
Error
Codec
Error
Codec
Error
Payload
Error
Payload
Error
Report
Future
Based
Channel
Monadic
Monadic
Payload
Payload
Protocol
Error
Protocol
Error
Internal
Error
Invalid
Params
Invalid
Request
Method
Not
Found
Parse
Error
Server
Error
Stub
Template
Stub
Template
Notification
Template
Request
Response
Template
jsonrpclib
.internals
Message
jsonrpclib-core
/
jsonrpclib
/
ProtocolError
ProtocolError
object
ProtocolError
Companion:
class
Graph
Supertypes
Self type
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
ProtocolError
.type
Keywords
Select All
Deselect All
no keywords
case
final
Inherited
Select All
Deselect All
Not inherited
Mirror
Type members
Type members
Classlikes
final case
class
InternalError
(
message:
String
)
extends
ProtocolError
final case
class
InvalidParams
(
message:
String
)
extends
ProtocolError
final case
class
InvalidRequest
(
message:
String
)
extends
ProtocolError
final case
class
MethodNotFound
(
method:
String
)
extends
ProtocolError
final case
class
ParseError
(
message:
String
)
extends
ProtocolError
final case
class
ServerError
(
code:
Int
,
message:
String
)
extends
ProtocolError
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from:
Mirror