Error constructor

Error(
  1. {required int code,
  2. required String message,
  3. int? extra,
  4. int? clientId}
)

An object of this type can be returned on every function call, in case of an error

Implementation

Error