Namespace $.fn.cwic-errorMapEntry
Defined in: cwic.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <inner> |
cwic error object
|
| Field Attributes | Field Name and Description |
|---|---|
|
a unique error code
|
|
|
the message associated with the error
|
|
|
Additional properties that will be passed back when an error is raised.
|
Field Detail
{Number}
code
a unique error code
{String}
message
the message associated with the error
{Any}
propertyName
Additional properties that will be passed back when an error is raised.