GenkitException constructor

GenkitException(
  1. String message, {
  2. int? statusCode,
  3. String? details,
  4. Object? underlyingException,
  5. StackTrace? stackTrace,
})

Implementation

GenkitException(
  this.message, {
  this.statusCode,
  this.details,
  this.underlyingException,
  this.stackTrace,
});