OctobaseError constructor

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

Implementation

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