nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / ErrorCode

ErrorCode

Full name Microsoft.VisualBasic.Net.Http.JsonRPC.ErrorCode Assembly Microsoft.VisualBasic.Runtime Members 10

01 Syntax

Microsoft.VisualBasic.Net.Http.JsonRPC.ErrorCode

02 Fields

NameOverloadsSummary
ParserError 2 Invalid JSON was received by the server.
InvalidRequest 2 The JSON sent is not a valid Request object.
MethodNotFound 2 The method does not exist / is not available.
InvalidParams 2 Invalid method parameter(s).
Success 1
InternalError 1

03 Members

field ParserError #
ParserError

Invalid JSON was received by the server. An Error occurred On the server While parsing the JSON text.

field InvalidRequest #
InvalidRequest

The JSON sent is not a valid Request object.

field MethodNotFound #
MethodNotFound

The method does not exist / is not available.

field InvalidParams #
InvalidParams

Invalid method parameter(s).

field Success #
Success
field ParserError overload 2 #
ParserError
field InvalidRequest overload 2 #
InvalidRequest
field MethodNotFound overload 2 #
MethodNotFound
field InvalidParams overload 2 #
InvalidParams
field InternalError #
InternalError