Encodes a value to JSON-compatible Dart objects.
@override Object encode(Error value) => value.toJson();