Class ModelErrorException
Inheritance
ModelErrorException
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ModelErrorException : AIProviderException, ISerializable
Constructors
|
Edit this page
View Source
ModelErrorException(Api, string, IServiceError, int)
Declaration
public ModelErrorException(Api api, string modelId, IServiceError serverError, int statusCode = 0)
Parameters
|
Edit this page
View Source
ModelErrorException(Api, string, int)
Declaration
public ModelErrorException(Api api, string message, int statusCode = 0)
Parameters
|
Edit this page
View Source
ModelErrorException(Model, IServiceError, int)
Declaration
public ModelErrorException(Model model, IServiceError serverError = null, int statusCode = 0)
Parameters
|
Edit this page
View Source
ModelErrorException(ModelErrorType, Api, string, IServiceError, int)
Declaration
public ModelErrorException(ModelErrorType type, Api api, string modelId = null, IServiceError serverError = null, int statusCode = 0)
Parameters
|
Edit this page
View Source
ModelErrorException(ModelErrorType, Model, IServiceError, int)
Declaration
public ModelErrorException(ModelErrorType type, Model model, IServiceError serverError = null, int statusCode = 0)
Parameters
|
Edit this page
View Source
ModelErrorException(ModelErrorType, string, Api, string, IServiceError, int)
Declaration
public ModelErrorException(ModelErrorType type, string message, Api api, string modelId = null, IServiceError serverError = null, int statusCode = 0)
Parameters
Properties
|
Edit this page
View Source
Model
Declaration
public string Model { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
public ModelErrorType Type { get; }
Property Value
Implements
Extension Methods