ErrorDatum constructor

ErrorDatum(
  1. String message
)

Create a ErrorDatum from an error message.

Implementation

ErrorDatum(this.message) : super();