KnotError constructor
Initializes a KnotError object.
- Parameters:
- errorDescription: Human readable error description.
- errorCode: Knot error code.
 
Implementation
KnotError({
  required this.errorCode,
  required this.errorDescription
});Initializes a KnotError object.
errorDescription: Human readable error description.errorCode: Knot error code.KnotError({
  required this.errorCode,
  required this.errorDescription
});