Invalid command line arguments

WHEN TO USE:

  • When the RPC proxy is called with invalid command line arguments

Hierarchy (view full)

  • VechainSDKError<{
        flag: string;
        value: string;
    }>
    • InvalidCommandLineArguments

Constructors

Properties

data: {
    flag: string;
    value: string;
}
errorMessage: string
innerError?: unknown
methodName: string