/** The big data error. */ export interface IBigDataError { /** Gets or sets the error code. */ code?: string; /** Gets or sets the error domain. */ domain?: string; /** Gets or sets the error message. */ message?: string; /** Gets or sets the error reason. */ reason?: string; } //# sourceMappingURL=big_data_error.d.ts.map