FireblocksError constructor

FireblocksError(
  1. String errorString,
  2. int errorCode
)

Implementation

FireblocksError(this.errorString, this.errorCode);