ErrorCodes

mcp.schema.`package`.ErrorCodes
object ErrorCodes

Standard error codes used in MCP JSON-RPC responses.

Attributes

Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ErrorCodes.type

Members list

Value members

Concrete fields

Internal JSON-RPC error.

Internal JSON-RPC error.

Attributes

Source
package.scala

Invalid method parameter(s).

Invalid method parameter(s).

Attributes

Source
package.scala

The JSON sent is not a valid Request object.

The JSON sent is not a valid Request object.

Attributes

Source
package.scala

The method does not exist / is not available.

The method does not exist / is not available.

Attributes

Source
package.scala

Invalid JSON was received by the server.

Invalid JSON was received by the server.

Attributes

Source
package.scala