RawInvocationResultError

Interface
Raw result of a failed invocation. Low-level API for advanced usage only.
export interface RawInvocationResultError extends RawInvocationResultBase { 
  readonly state: 'FAULT'; 
  readonly stack: readonly ContractParameter[]; 
  readonly message: string; 
} 

Properties

state
'FAULT'
Indicates a failed invocation.
stack
readonly ContractParameter[]
The state of the NEO VM after execution. Typically has one ContractParameter which is the return value of the method invoked.
message
string
A descriptive message indicating why the invocation failed.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE