httpError constructor
const
httpError(])
Configures an HTTP error response for a cloud function.
Implementation
const httpError(
this.statusCode,
this.type, [
this.type1,
this.type2,
this.type3,
this.type4,
this.type5,
this.type6,
this.type7,
]);