Class AIApiException
public class AIApiException : Exception
- Inheritance
-
object
Exception
AIApiException
- Derived
-
Constructors
AIApiException(Api, string, string, IErrorInfo)
public AIApiException(Api api, string model, string message, IErrorInfo details = null)
Parameters
api Api
model string
message string
details IErrorInfo
AIApiException(string, string)
public AIApiException(string model, string message)
Parameters
model string
message string
Properties
Api
Property Value
- Api
Details
public IErrorInfo Details { get; }
Property Value
- IErrorInfo
Model
public string Model { get; }
Property Value
- string