JRPC1Error constructor

JRPC1Error(
  1. int code,
  2. String message, {
  3. Object? data,
})

Implementation

JRPC1Error(this.code, this.message, {this.data});