Constructor
new ModelAPIError(code, message) → {ModelAPIError}
Parameters:
Name | Type | Description |
---|---|---|
code |
Number | String | the code should be transfered as HTTP-response code |
message |
String | Error | the description of error |
- Source:
Returns:
the ModelAPIError
- Type
- ModelAPIError