JSONRPCErrorResponse

Interface
Encodes an error returned by the JSONRPC server.
export interface JSONRPCErrorResponse { 
  readonly code: number; 
  readonly message: string; 
  readonly data?: any; 
} 

Properties

code
number
Error code.
message
string
Error message.
data
any
Additional data, typically undefined.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE