public static final class McpSchema.ErrorCodes
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
INTERNAL_ERROR
Internal JSON-RPC error.
|
static int |
INVALID_PARAMS
Invalid method parameter(s).
|
static int |
INVALID_REQUEST
The JSON sent is not a valid Request object.
|
static int |
METHOD_NOT_FOUND
The method does not exist / is not available.
|
static int |
PARSE_ERROR
Invalid JSON was received by the server.
|
构造器和说明 |
---|
ErrorCodes() |
public static final int PARSE_ERROR
public static final int INVALID_REQUEST
public static final int METHOD_NOT_FOUND
public static final int INVALID_PARAMS
public static final int INTERNAL_ERROR