OctobaseError constructor

OctobaseError({
  1. String? error,
  2. int? code,
})

Implementation

OctobaseError({this.error, this.code});