RosettaError constructor

RosettaError(
  1. int code,
  2. String message,
  3. bool retriable,
  4. String? description,
  5. Map<String, dynamic>? details,
)

Implementation

RosettaError(
    this.code, this.message, this.retriable, this.description, this.details);