TableVersionError constructor
TableVersionError({
- ErrorDetail? errorDetail,
- String? tableName,
- String? versionId,
Implementation
TableVersionError({
this.errorDetail,
this.tableName,
this.versionId,
});