commonError property

Map<String, Object> commonError
final

Implementation

final commonError = {
  "success": false,
  "message": "Required fields missing",
  "errorCodes": [Status.platformNotSupported.name],
};