error property

AlgorandError? error

Implementation

AlgorandError? get error {
  return AlgorandFactory().tryParse(message);
}