menu
openai package
documentation
api.dart
ApiException
ApiException constructor
ApiException constructor
dark_mode
light_mode
ApiException
constructor
ApiException
(
int
code
,
String
?
message
)
Implementation
ApiException(this.code, this.message);
openai package
documentation
api
ApiException
ApiException constructor
ApiException class