MistralAIClientException class

HTTP exception handler for MistralAIClient

Implemented types

Constructors

MistralAIClientException.new({required String message, required Uri uri, required HttpMethod method, int? code, Object? body})

Properties

body Object?
final
code int?
final
hashCode int
The hash code for this object.
no setterinherited
message String
final
method → HttpMethod
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited