GenkitException constructor
GenkitException(
- String message, {
- int? statusCode,
- String? details,
- Object? underlyingException,
- StackTrace? stackTrace,
Implementation
GenkitException(
this.message, {
this.statusCode,
this.details,
this.underlyingException,
this.stackTrace,
});