new AjaxError(codeopt, messageopt)
Example
new App.error.AjaxError(App.error.AjaxError.codes.RequestCancelled)
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
code |
App.error.AjaxError.codes |
<optional> |
'UnknownError'
|
|
message |
string |
<optional> |
'UnknownError'
|