mistk.evaluation.client.models.service_error module¶
Model Integration Software ToolKit - Metric Evaluation
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
OpenAPI spec version: 1.0.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
-
class
mistk.evaluation.client.models.service_error.ServiceError(code=None, message=None)¶ Bases:
objectNOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
-
attribute_map= {'code': 'code', 'message': 'message'}¶
-
property
code¶ Gets the code of this ServiceError. # noqa: E501
- Returns
The code of this ServiceError. # noqa: E501
- Return type
int
-
property
message¶ Gets the message of this ServiceError. # noqa: E501
- Returns
The message of this ServiceError. # noqa: E501
- Return type
str
-
swagger_types= {'code': 'int', 'message': 'str'}¶
-
to_dict()¶ Returns the model properties as a dict
-
to_str()¶ Returns the string representation of the model
-