Skip to content

Titanium.FailureResponse

Properties used in any event or callback which needs to report a failure.

Extends: ErrorResponse

Properties #

code#

Type: 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.

error#

Type: String

Error message, if any returned.

May be undefined.

success#

Type: Boolean

Indicates if the operation succeeded. Returns false.

Returns false.

Titanium SDK Documentation