Help
News
TiDev
Appearance
Properties used in any event or callback which needs to report a failure.
Extends: ErrorResponse
ErrorResponse
Type: Number
Number
Error code. Returns a non-zero value.
If the error was generated by the operating system, that system's error value is used. Otherwise, this value will be -1.
Type: String
String
Error message, if any returned.
May be undefined.
Type: Boolean
Boolean
Indicates if the operation succeeded. Returns false.
false
Returns false.