menu
dart_openai_sdk package
documentation
export_package.dart
OvOException
OvOException.new const constructor
OvOException.new const constructor
dark_mode
light_mode
OvOException
constructor
const
OvOException
(
{
required
Symbol
code
,
required
String
message
,
String
?
path
,
Iterable
<
Exception
>
?
exceptions
,
})
Implementation
const OvOException( {required this.code, required this.message, this.path, this.exceptions});
dart_openai_sdk package
documentation
export_package
OvOException
OvOException.new const constructor
OvOException class